I am running a test site on the pc in bvcommerce and am getting this error
Server Error in '/bvc5' Application.
--------------------------------------------------------------------------------
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.NullRefe renceException: 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:
[NullReferenceEx ception: Object reference not set to an instance of an object.]
BVSoftware.Bvc5 .Core.Utilities .UrlRewriter.Re writePath(HttpA pplication& app, Uri sourceUrl) +311
BVSoftware.Bvc5 .Core.Utilities .UrlRewriter.ap p_BeginRequest( Object sender, EventArgs e) +69
System.Web.Sync EventExecutionS tep.System.Web. HttpApplication .IExecutionStep .Execute() +92
System.Web.Http Application.Exe cuteStep(IExecu tionStep step, Boolean& completedSynchr onously) +64
Server Error in '/bvc5' Application.
--------------------------------------------------------------------------------
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.NullRefe renceException: 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:
[NullReferenceEx ception: Object reference not set to an instance of an object.]
BVSoftware.Bvc5 .Core.Utilities .UrlRewriter.Re writePath(HttpA pplication& app, Uri sourceUrl) +311
BVSoftware.Bvc5 .Core.Utilities .UrlRewriter.ap p_BeginRequest( Object sender, EventArgs e) +69
System.Web.Sync EventExecutionS tep.System.Web. HttpApplication .IExecutionStep .Execute() +92
System.Web.Http Application.Exe cuteStep(IExecu tionStep step, Boolean& completedSynchr onously) +64
Comment