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: }
Format of the initialization string does not conform to specification starting at index 0.
Line 68: {Line 69: PageCollection coll = new PageCollection();Line 70: coll.LoadAndCloseReader(qry.ExecuteReader()); Line 71: return coll;Line 72: }
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.