Shakti SIngh Dulawat
Top achievements
Rank 1
Shakti SIngh Dulawat
asked on 17 Sep 2010, 04:49 PM
Friend I am making reporting with silver light
I am following this thread
http://tv.telerik.com/watch/reporting/video/getting-started-with-telerik-report-viewer-silverlight
every things go well but when I run the report it give me error that report no found any quick idea, please see attachment for error.
Thanks
Shakti
I am following this thread
http://tv.telerik.com/watch/reporting/video/getting-started-with-telerik-report-viewer-silverlight
every things go well but when I run the report it give me error that report no found any quick idea, please see attachment for error.
Thanks
Shakti
5 Answers, 1 is accepted
0
Hi Shakti,
According to the error, the viewer cannot locate the assembly containing your report. This can happen if you're missing a reference to the report library in the Silverlight Web project - please add this reference and rebuilt your web project. I've noticed that this step is somehow missing from the video (probably skipped by mistake when editing it), so we would modify it to contain the missing step to avoid further confusion.
Sorry for the temporary inconvenience.
All the best,
Steve
the Telerik team
According to the error, the viewer cannot locate the assembly containing your report. This can happen if you're missing a reference to the report library in the Silverlight Web project - please add this reference and rebuilt your web project. I've noticed that this step is somehow missing from the video (probably skipped by mistake when editing it), so we would modify it to contain the missing step to avoid further confusion.
Sorry for the temporary inconvenience.
All the best,
Steve
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
Shakti SIngh Dulawat
Top achievements
Rank 1
answered on 17 Sep 2010, 05:07 PM
Thanks for your answer
I resolve the issue , Please make sure to update the video that I mention in earlier thread with 4.0
Please check the error , its not loading data please let me know what is mistake.
I resolve the issue , Please make sure to update the video that I mention in earlier thread with 4.0
Please check the error , its not loading data please let me know what is mistake.
0
Hello Shakti,
We believe the error message is pretty clear: "In case you use a connection string from the application configuration file (of the class library), make sure the name is correct and the same connection string settings are present in the configuration file of your application as well."
In other words if you have saved a connectionString in your class library and it is e.g.:
<connectionStrings>
<add name="Telerik.Reporting.Examples.CSharp.Properties.Settings.TelerikConnectionString"
connectionString="Server=(local);Database=AdventureWorks;Integrated Security=SSPI;"
providerName="System.Data.SqlClient" />
</connectionStrings>
you should copy it to the web.config of your website as well.
Kind regards,
Steve
the Telerik team
We believe the error message is pretty clear: "In case you use a connection string from the application configuration file (of the class library), make sure the name is correct and the same connection string settings are present in the configuration file of your application as well."
In other words if you have saved a connectionString in your class library and it is e.g.:
<connectionStrings>
<add name="Telerik.Reporting.Examples.CSharp.Properties.Settings.TelerikConnectionString"
connectionString="Server=(local);Database=AdventureWorks;Integrated Security=SSPI;"
providerName="System.Data.SqlClient" />
</connectionStrings>
you should copy it to the web.config of your website as well.
Kind regards,
Steve
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
Shakti SIngh Dulawat
Top achievements
Rank 1
answered on 17 Sep 2010, 05:29 PM
Steve
Thanks I resolve that I am using SqlDataSource but don't know why its throwing this error
Thanks I resolve that I am using SqlDataSource but don't know why its throwing this error
0
Shakti SIngh Dulawat
Top achievements
Rank 1
answered on 17 Sep 2010, 06:30 PM
Thanks I resolve the issue.