| TechMate 2007-01-09, 1:32 am |
| I frequently get this error on CS & dotNET 1.1 site. My solution is primarily
based on Retail2002 framework and I am not sure how to fix it. Any help is
greatly appreciated.
Event Type: Error
Event Source: WEBSITENAME
Event Category: None
Event ID: 0
Date: 12/28/2006
Time: 7:59:50 AM
User: N/A
Computer: ABCD
Description:
The description for Event ID ( 0 ) in Source ( WEBSITENAME ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be able
to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event: An error
occured while processing the request. Request Url:
http://websitename/specialshome.aspx Stack Trace:
System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
Microsoft.CommerceServer.Runtime.CommerceAuthenticationException: Failed to
retrieve url. ---> System.ArgumentException: The parameter is incorrect.
at Microsoft.CommerceServer.Interop.AuthManagerClass.GetURL(String
FileName, Boolean fCookie, Boolean fSecure, Object& pVarURLParameters,
Object& pVarURLValues)
at Microsoft.CommerceServer.Runtime.QueryStringBuilder.BuildUrl(String
filename, Boolean secure)
--- End of inner exception stack trace ---
at
Microsoft.CommerceServer.Site.Components.CommerceApplication.BuildUrl(String
targetPage, String[] names, String[] values, Boolean secure)
at
Microsoft.CommerceServer.Site.Components.CommerceApplication.BuildUrl(String
targetPage)
.....................................(removed for privacy)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously).
|