So far I have enjoyed the telerik rich suite of products. My customer really likes the dashboard I created for them in silverlight using your chart tools. Thanks for your great tools!
This issue has to do with reporting.
I just updated to 5.1.11.713 Q2 (from 2011 Q1 reports). I had production reports working and they were pulling the connection string information from the Web.config of the reporting Service. I also had them working in the designer. I was happy about it.
According to this article here:
http://www.telerik.com/community/forums/reporting/telerik-reporting/passing-connection-string-to-sub-report.aspx I shouldn't have been able to do that. But I promise that I did.
Additionally in the article you consider it best practices to continue to use the settings file instead of the web.config file. In the above example, I didn't use a settings file, but now the SQL Data source automatically generates it. This causes a problem when you have multiple environments ie (development, test, production) and you have to recompile your code for each deployment. For separation of powers, it isn't practical to have a developer change the settings file and republish it to each environment.
For some reason it appears that the upgrade broke this setup. I didn't think it would be possible, but so far the solution evades me ... I need to be able to run my reports in the designer for testing them, and I need to be able to compile/publish once, and then just change the web.config for each environment I deploy to.
Could you please provide an example of how I can run my reports in VS2010 IDE designer, while still not depending on the settings settings file in deployment to various environments but depending on the web.config of the service.
This issue has to do with reporting.
I just updated to 5.1.11.713 Q2 (from 2011 Q1 reports). I had production reports working and they were pulling the connection string information from the Web.config of the reporting Service. I also had them working in the designer. I was happy about it.
According to this article here:
http://www.telerik.com/community/forums/reporting/telerik-reporting/passing-connection-string-to-sub-report.aspx I shouldn't have been able to do that. But I promise that I did.
Additionally in the article you consider it best practices to continue to use the settings file instead of the web.config file. In the above example, I didn't use a settings file, but now the SQL Data source automatically generates it. This causes a problem when you have multiple environments ie (development, test, production) and you have to recompile your code for each deployment. For separation of powers, it isn't practical to have a developer change the settings file and republish it to each environment.
For some reason it appears that the upgrade broke this setup. I didn't think it would be possible, but so far the solution evades me ... I need to be able to run my reports in the designer for testing them, and I need to be able to compile/publish once, and then just change the web.config for each environment I deploy to.
Could you please provide an example of how I can run my reports in VS2010 IDE designer, while still not depending on the settings settings file in deployment to various environments but depending on the web.config of the service.