This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hi
When I am trying to add comments to the blog posts the following error appears:
Specified argument was out of the range of valid values. Parameter name: Invalid parameter Size value '-1'. The value must be greater than or equal to 0.
Line: 1001 File: DBBlog.cs Project: mojoPortal.Features.Data.SqlCe
Hi Malkom,
Thanks for the bug report. This is now fixed in the source code repository so it will be fixed in the next release.
The fix was to change line 1001 like this:
arParams[2] = new SqlCeParameter("@Comment", SqlDbType.NText);
Best,
Joe
Thank you Sir , But there is another problem. Number of comments is not increasing and is always zero !
Thanks