DotNetNuke_04.05.01_StarterKit - Trying to create the project install. Against SQL Server 2005, checked named pipes, can connect with SQL Authentication from Regular Visual Studio Database Project using newly created User for the new DotNetNuke Install... Manually created database to match name of newly created website from the starterkit
Began with names like DNN4_5, got this error deleted everything tried again with default "DOTNETNUKE" project name, DataBase name. Still same error...
Newly created user can logon to SQL Server with its password SQL Quthentication... no probs...
added same to Web.config
CORRECTLY I BELIEVE:
Please Advise ASAP Named Instance of SQL Server 2005 Brand New Machine, VS 2005
COMPLETE ERROR:
Format of the initialization string does not conform to specification starting at index 52.
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 52.
Source Error:
Line 80:
Line 81: 'Determine the Upgrade status and redirect to Install.aspx
Line 82: Select Case GetUpgradeStatus()
Line 83: Case Globals.UpgradeStatus.Install
Line 84: If AutoUpgrade Then
Source File: X:\PROJECTS\WEB\DotNetNuke\App_Code\Global.asax.vb Line: 82
Stack Trace:
[ArgumentException: Format of the initialization string does not conform to specification starting at index 52.]
System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue) +1286
System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) +115
System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) +99
System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +52
System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) +25
System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) +141
System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value) +38
System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) +4
System.Data.SqlClient.SqlConnection..ctor(String connectionString) +21
DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) +28
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) +784
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script) +6
DotNetNuke.Data.SqlDataProvider.GetProviderPath() +192
DotNetNuke.Common.Globals.GetUpgradeStatus() +78
DotNetNuke.Common.Global.CheckVersion() in X:\PROJECTS\WEB\DotNetNuke\App_Code\Global.asax.vb:82
DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E) in X:\PROJECTS\WEB\DotNetNuke\App_Code\Global.asax.vb:281
So I thought I'd be slick and just force it to install by removing the case statements and just calling the method in Global.asax.vb Line: 82 " CreateUnderConstructionPage()" To no avail ...