OK please forgive my post if I ramble a bit. Im new to DNN, but was impressed with the look and feel of the portal. Was planning on using it create a Crystal reports 'dashboard' for reporting at the company I work. Let me detail my experience so far. Using Server 2003, SQL Server 2000, IIS 6.0. First, chose the DNN 4 route. Didn't realize the installation documentation for that package is for an earlier version. Finally, figured out needed ASP 2 -upgraded. Now realized several mdf files hadnt been included with the package so gave up on DNN 4. Backtracked to DNN 3.2.2. This too has been a nightmare.
Server Error in '/DotNetNuke' Application.
Format of the initialization string does not conform to specification starting at index 57.
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 57.
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:
[ArgumentException: Format of the initialization string does not conform to specification starting at index 57.]
System.Data.Common.DBConnectionString.GetKeyValuePair(Char[] connectionString, Int32 currentPosition, String& key, Char[] valuebuf, Int32& vallength, Boolean& isempty) +942
System.Data.Common.DBConnectionString.ParseInternal(Char[] connectionString, UdlSupport checkForUdl, NameValuePair& keychain) +116
System.Data.Common.DBConnectionString..ctor(String connectionString, UdlSupport checkForUdl) +114
System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +13
System.Data.SqlClient.SqlConnectionString.ParseString(String connectionString) +96
System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) +11
System.Data.SqlClient.SqlConnection..ctor(String connectionString) +158
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText)
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) +744
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script) +6
DotNetNuke.Data.SqlDataProvider.GetProviderPath() +201
DotNetNuke.Common.Globals.GetUpgradeStatus() +312
DotNetNuke.Common.Global.CheckVersion() +101
DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E) +314
|
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Index 43 also seems popular. The errors dont remain the same, I can refresh at different times and get different errors. Anyway enough whining. Has anyone installed DNN with the above config? (Server 2003, SQL Server 2000, IIS 6.0)