in

dashCommerce

An ASP.NET Open Source e-Commerce Application

Unable to install due to Error in ConfigurationDatumController

Last post 03-06-2008 12:05 AM by dashtetanhaimein. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 03-05-2008 6:21 AM

    Unable to install due to Error in ConfigurationDatumController

     I got this error when tried to run it in vS 2005 (F5)

    Format of the initialization string does not conform to specification starting at index 0.

    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.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.

    Source Error:

    Line 68:         {
    Line 69: PageCollection coll = new PageCollection();
    Line 70: coll.LoadAndCloseReader(qry.ExecuteReader());
    Line 71: return coll;
    Line 72: }
     

  • 03-06-2008 12:05 AM In reply to

    Re: Unable to install due to Error in ConfigurationDatumController

    Answer

    Thanks to Christopher Cyva from mettle systems.

    I'd to go by readme file. Compile solution, create virt directory and run http://<site>/install/install.aspx first. 

Page 1 of 1 (2 items)