Quantcast
Channel: BugNET Issue Tracker (Moved to GitHub)
Viewing all articles
Browse latest Browse all 2179

Closed Issue: Searching comments but not excluding closed issues exceptions [36]

$
0
0
If you use the search facillity on 0.9.161 to search for issues and check 'search title', 'search description', 'search comments' and uncheck 'exclude closed isssues' and hit search the code fails with the exception listed below as the code fails to find the GenerateIssueCommentListFromReader method.
If you either don't uncheck 'exclude closed isssues' or don't check the 'search comments' it works fine.

Exception thrown:-
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.]
BugNET.Providers.DataProviders.SqlDataProvider.PerformGenericQuery(List`1& list, List`1 queryClauses, String sql, String orderBy) in SqlDataProvider.cs:2951
BugNET.BLL.IssueCommentManager.PerformQuery(List`1 queryClauses) in IssueCommentManager.cs:156
BugNET.BLL.IssueCommentManager.PerformQuery(Int32 issueId, List`1 queryClauses) in IssueCommentManager.cs:135
BugNET.SearchResults.PerformIssueSearch(IEnumerable`1 searchProjects) in IssueSearch.aspx.cs:421
BugNET.SearchResults.BindIssues() in IssueSearch.aspx.cs:180
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +153
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3706



Comments: was fixed in a previous release

Viewing all articles
Browse latest Browse all 2179

Trending Articles