Sabrina
Posts:3
 |
| 06/10/2010 09:07 |
|
When I open the Server Administration control I get the following error:
DotNetNuke.Services.Exceptions.ModuleLoadException: Format of the initialization string does not conform to specification starting at index 55. ---> System.ArgumentException: Format of the initialization string does not conform to specification starting at index 55. at System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue) at System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) at System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) at System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) at System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) at System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at BeckerSolutions.Modules.RS2005.SqlDataProvider.GetServers(Int32 PortalId) at BeckerSolutions.Modules.RS2005.RS2005Controller.GetServers(Int32 PortalId) at BeckerSolutions.Modules.RS2005.ViewRS2005.ᙃ(Object ᙂ, EventArgs 1AAAA) --- End of inner exception stack trace ---
DNN 5.2.4 (Community edition) - .Net 4.0
|
|
|
|
|
host
Posts:497
 |
| 06/10/2010 09:10 |
|
| In your portal and on the web server itself, what is the locale set to? This is a new one we have not seen yet. We just patched a bug related to a date / time issue that occurred in different locale's, but it was not in the server administration screen. Also, where and when did you download the module? |
|
|
|
|
Sabrina
Posts:3
 |
| 06/10/2010 09:13 |
|
The locale of server and portal is en-US.
I downloaded the file from your website today.
|
|
|
|
|
host
Posts:497
 |
| 06/10/2010 09:15 |
|
| Interesting, we will try to replicate, to confirm, you are on DNN 5.2.4 and using .NET 4.0? Also, you set the handlers in the web.config as well right? |
|
|
|
|
Sabrina
Posts:3
 |
| 06/10/2010 09:19 |
|
Yes, I'm using the version 5.2.4 on asp.net 4.0.
In the web.config there are two lines for the reporting server handler (as we are working with IIS7). one in the section system.web > httphandlers
<add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
and one in the section system.webserver > handlers
<add name="ReportViewerWebControl" verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
|
|
|
host
Posts:497
 |
| 06/10/2010 09:21 |
|
| Yes, this is all correct. You were able to activate the module ok and got no errors during the install correct? |
|
|
|
|
host
Posts:497
 |
| 06/10/2010 09:22 |
|
| Also, can you remove the password information and send your web.config to service@modulemasters.com |
|
|
|
|
jblt
Posts:5
 |
| 07/07/2010 08:39 |
|
| Have you find a solution yet for this problem. I am running into the same issue.
|
|
|
|
|
host
Posts:497
 |
| 07/07/2010 08:48 |
|
| I did not hear back from Sabrina, can you validate what version of DNN / IIS / SQL you are on? Also, send your web.config, I can spot check it, although I don't think it is a handler issue. I was unable to replicate this and this was the only report of this error. Also, please see if you have compression turned on or off in the host settings and if there is a whitespace filter turned on. |
|
|
|
|
jblt
Posts:5
 |
| 07/07/2010 09:13 |
|
We use DNN version 5.4.2 / IIS 7.0 / SQL server 2008.
Compression is turned off
Whitespace filter is turned off
I have sent the web.config via mail.
Thanks in advance
|
|
|
|
|
host
Posts:497
 |
| 07/07/2010 09:16 |
|
Since you are on IIS7, check this thread out: http://modulemasters.com/SupportForums/tabid/255/forumid/1/postid/954/view/topic/Default.aspx |
|
|
|
|
jblt
Posts:5
 |
| 07/07/2010 09:49 |
|
| i have added the managed handler through iis but i'm still having the same issue.
|
|
|
|
|
host
Posts:497
 |
| 07/07/2010 09:52 |
|
| What version of .NET? |
|
|
|
|
jblt
Posts:5
 |
| 07/07/2010 09:53 |
|
| we are using version 4
|
|
|
|
|
host
Posts:497
 |
| 07/07/2010 09:54 |
|
| That may be it then, I have not tested with 4.0...in theory it should be ok, but it is very possible that dotnet 4.0 has introduced a backwards compatibility issue here, I will test and let you know. |
|
|
|
|
jblt
Posts:5
 |
| 07/07/2010 10:01 |
|
| thank you!
|
|
|
|
|
host
Posts:497
 |
| 07/07/2010 21:46 |
|
| Well, it is not .NET 4.0, works just fine as i tested DNN 5.4.2 with .NET 4.0 and all worked as expected. Looking at your web.config, I'm suspecting it is the use of (local) in the data source, please try changing this as I emailed and let me know the result! |
|
|
|
|
host
Posts:497
 |
| 07/08/2010 11:33 |
|
| Affirmative, the issue was confirmed to be a problem with the SiteSqlServer syntax, replace (local) with localhost. |
|
|
|
|