When ever I go to post a comment on a blog entry I get this error! I am using umbraco 4.7.1.1 on a windows 7 PC using IIS 7, SQL Server 2008 R2, uBlogsy version: 1.3.6.1
Server Error in '/' Application.
Sequence contains no elements
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Sequence contains no elements
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Sequence contains no elements]
System.Linq.Enumerable.Single(IEnumerable`1 source) +371
uBlogsy.Web.usercontrols.uBlogsy.Contact.CreateComment() in D:\_PROJECTS\uBlogsy - Blog\Branches\1.3.6.1\uBlogsy\uBlogsy\usercontrols\uBlogsy\Contact.ascx.cs:99
uBlogsy.Web.usercontrols.uBlogsy.Contact.btnSubmit_Click(Object sender, EventArgs e) in D:\_PROJECTS\uBlogsy - Blog\Branches\1.3.6.1\uBlogsy\uBlogsy\usercontrols\uBlogsy\Contact.ascx.cs:60
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +154
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3707
Unable to post comments !?
When ever I go to post a comment on a blog entry I get this error! I am using umbraco 4.7.1.1 on a windows 7 PC using IIS 7, SQL Server 2008 R2, uBlogsy version: 1.3.6.1
Server Error in '/' Application.
Sequence contains no elements
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Sequence contains no elements
Source Error:
Stack Trace:
Is there a comment folder under the node?
is working on a reply...