This is a migrated thread and some comments may be shown as answers.

Format of the initialization string does not conform to specification starting at index 0

1 Answer 1437 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 03 Oct 2014, 09:19 AM
I am using a trial version of Telerik Reporting and I can't get past a connection string issue. I'm using the HTML5 Report Viewer and running it locally.

I have created a simple report in VS2012 with a SqlDataSource that uses the default connectionstring:

Telerik.Reporting.Examples.CSharp.Properties.Settings.TelerikConnectionString

In my app.config I have the connection defined:
<br><connectionStrings><br>    <add name="Telerik.Reporting.Examples.CSharp.Properties.Settings.TelerikConnectionString"<br>            connectionString="Data Source=(local)\SQLEXPRESS;Initial Catalog=myDB;User Id=xxxx;Password=xxxx"<br>            providerName="System.Data.SqlClient" /><br></connectionStrings>

I can preview the report in Visual Studio, but when I view it through the report viewer I get the error:

Format of the initialization string does not conform to specification starting at index 0

Telerik Reporting is very new to me and I seem to be going round in
circles trying to find the solution. Can anyone shed any light on this?

1 Answer, 1 is accepted

Sort by
0
Mark
Top achievements
Rank 1
answered on 03 Oct 2014, 10:31 AM
Tags
General Discussions
Asked by
Mark
Top achievements
Rank 1
Answers by
Mark
Top achievements
Rank 1
Share this question
or