I am getting this error too. Can anyone help me out from this ..
Server Error in '/' Application.
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 96: Validator.ValidateStringArgumentIsNotNullOrEmptyString(configurationSectionName, CONFIGURATION_SECTION_NAME); Line 97: Line 98: ConfigurationDatumCollection configurationDatumCollection = new ConfigurationDatumCollection(). Line 99: Where(ConfigurationDatum.Columns.Name, configurationSectionName). Line 100: Load(); |
Source
File: F:\ms\dash_3_0_xp\dashCommerce 3.0
Beta\Core\Controllers\ConfigurationDatumController.cs Line: 98
Stack Trace:
[ArgumentException: Format of the initialization string does not conform to specification starting at index 0.] System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue) +1242 System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) +128 System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) +102 System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +52 System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) +24 System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) +125 System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value) +56 System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) +4 System.Data.SqlClient.SqlConnection..ctor(String connectionString) +21 SubSonic.SqlDataProvider.CreateConnection(String newConnectionString) +24 SubSonic.SqlDataProvider.CreateConnection() +22 SubSonic.AutomaticConnectionScope..ctor(DataProvider provider) +56 SubSonic.SqlDataProvider.GetReader(QueryCommand qry) +40 SubSonic.AbstractList`2.Load() +404 MettleSystems.dashCommerce.Core.ConfigurationDatumController.FetchConfigurationByName(String configurationSectionName) in F:\ms\dash_3_0_xp\dashCommerce 3.0 Beta\Core\Controllers\ConfigurationDatumController.cs:98 MettleSystems.dashCommerce.Core.Configuration.DatabaseConfigurationProvider.FetchConfigurationByName(String configurationSectionName) in F:\ms\dash_3_0_xp\dashCommerce 3.0 Beta\Core\Configuration\DatabaseConfigurationProvider.cs:121 MettleSystems.dashCommerce.Store.SiteSettings.Load() in F:\ms\dash_3_0_xp\dashCommerce 3.0 Beta\Store\SiteSettings.cs:125 MettleSystems.dashCommerce.Store.Web.SiteMasterPage.get_SiteSettings() in F:\ms\dash_3_0_xp\dashCommerce 3.0 Beta\Store\Web\SiteMasterPage.cs:96 MettleSystems.dashCommerce.Web.site.Page_Load(Object sender, EventArgs e) in F:\ms\dash_3_0_xp\dashCommerce 3.0 Beta\Web\site.master.cs:113 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
|
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.42