Problems with bvcommerce

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emunah
    New Member
    • Mar 2008
    • 1

    #1

    Problems with bvcommerce

    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
  • Stang02GT
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    This error message is caused because the store is not connecting to the database or the database is empty.

    Check your connecting in the web.config file, also make sure you have the correct permissions.

    Comment

    Working...