an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 5/12/2009 12:40:33 PM By lukezy. 1 replies.
5/12/2009 12:24:55 PM
jsduggan
Posts: 52
Joined: 3/19/2009
Unhandled Exception
Luke,
 
Is this error relating to the search bug that will be fixed on the next release, or is this something new?  I keep getting these notifications in my email :
 
Timestamp: 5/12/2009 1:58:56 PM
Message: HandlingInstanceID: 820eb65f-a3b6-4196-86c3-2c5751e42dd0
An exception of type 'System.Web.HttpUnhandledException' occurred and was caught.
---------------------------------------------------------------------------------
05/12/2009 09:58:56
Type : System.Web.HttpUnhandledException, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Message : Exception of type 'System.Web.HttpUnhandledException' was thrown.
Source : System.Web
Help link :
ErrorCode : -2147467259
Data : System.Collections.ListDictionaryInternal
TargetSite : Boolean HandleError(System.Exception)
Stack Trace :    at System.Web.UI.Page.HandleError(Exception e)
  at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  at System.Web.UI.Page.ProcessRequest()
  at System.Web.UI.Page.ProcessRequest(HttpContext context)
  at ASP.dynamic_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\81cd35fc\4391f197\App_Web_ztnflq2t.5.cs:line 0
  at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Additional Info:
MachineName : CT11648
TimeStamp : 5/12/2009 1:58:56 PM
FullName : Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
AppDomainName : /LM/W3SVC/1975996359/Root-1-128866100343231250
ThreadIdentity :
WindowsIdentity : NT AUTHORITY\NETWORK SERVICE
       Inner Exception
       ---------------
       Type : System.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
       Message : ObjectDataSource 'odsProducts' could not find a non-generic method 'GetProductCount' that has parameters: keywords, categoryId, sortBy.
       Source : System.Web
       Help link :
       Data : System.Collections.ListDictionaryInternal
       TargetSite : ObjectDataSourceMethod GetResolvedMethodData(System.Type, System.String, System.Collections.IDictionary, System.Web.UI.DataSourceOperation)
       Stack Trace :    at System.Web.UI.WebControls.ObjectDataSourceView.GetResolvedMethodData(Type type, String methodName, IDictionary allParameters, DataSourceOperation operation)
          at System.Web.UI.WebControls.ObjectDataSourceView.QueryTotalRowCount(IOrderedDictionary mergedParameters, DataSourceSelectArguments arguments, Boolean disposeInstance, Object& instance)
          at System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments)
          at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
          at System.Web.UI.WebControls.DataBoundControl.PerformSelect()
          at System.Web.UI.WebControls.ListView.PerformSelect()
          at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()
          at System.Web.UI.WebControls.ListView.CreateChildControls()
          at System.Web.UI.Control.EnsureChildControls()
          at System.Web.UI.Control.PreRenderRecursiveInternal()
          at System.Web.UI.Control.PreRenderRecursiveInternal()
          at System.Web.UI.Control.PreRenderRecursiveInternal()
          at System.Web.UI.Control.PreRenderRecursiveInternal()
          at System.Web.UI.Control.PreRenderRecursiveInternal()
          at System.Web.UI.Control.PreRenderRecursiveInternal()
          at System.Web.UI.Control.PreRenderRecursiveInternal()
          at System.Web.UI.Control.PreRenderRecursiveInternal()
          at System.Web.UI.Control.PreRenderRecursiveInternal()
          at System.Web.UI.Control.PreRenderRecursiveInternal()
          at System.Web.UI.Control.PreRenderRecursiveInternal()
          at System.Web.UI.Control.PreRenderRecursiveInternal()
          at System.Web.UI.Control.PreRenderRecursiveInternal()
          at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 
Category: General
Priority: 0
EventId: 100
Severity: Error
Title:Enterprise Library Exception Handling
Machine: CT11648
Application Domain: /LM/W3SVC/1975996359/Root-1-128866100343231250
Process Id: 7532
Process Name: c:\windows\system32\inetsrv\w3wp.exe
Win32 Thread Id: 17960
Thread Name:
Extended Properties: Url - http://portolacoffee.com/Dynamic.aspx?p=Search&q=
RawUrl - /Search.aspx?q=
UseAgent - Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30618; .NET CLR 3.5.30729; InfoPath.2)
UrlReferrer -
IPAddress - 75.214.178.42
 
 
Thanks,
Jeff
5/12/2009 12:40:33 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Unhandled Exception
Yes, this was the same search issue which happens when someone does an empty search. I have applied the fix to your server already. You shouldn't see this again.
DotShoppingCart Staff