First time uploading project to webserver ... seems to be report viewer related. .net 2.0 and .net 3.5 are on the server.
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'Telerik.ReportViewer.WebForms, Version=4.0.10.421, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. The system cannot find the file specified. (E:\Data\Web\Host1\maut\web.config line 118) (E:\Data\Web\Host1\abcd\web.config line 168)
Source Error:
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
Hello,
I am facing an issue in Telerik Reporting. Let me describe my site’s configuration – 3 webservers in Load balancing (Windows 2008 R2) and a Server for MSSQL. There are more than 15 pages where we use telerik reporting. When I try to print a report from my website using webserver 1 it previews a blank page but the report generates without any issues .(I am printing by clicking on the print ICON in Report Tab) ,
however rest of the servers are printing good. As this is a production issue I kindly request you to respond me ASAP.
Attached ScreenShot for your reference.
Kindly Let me know if there are any additional information required.
Regards,
Karthik B
<
connectionStrings>
<
add name="strconn1" connectionString="Data Source=server123\INS01,4101;Initial Catalog=ABC;Trusted_Connection=Yes" providerName="System.Data.SqlClient" />
</
connectionStrings>
The report uses a sqldatasource and points to a connection string named 'strconn1' ... same as website ... I told the report wiz to save the connection string. I checked 'settings' for class library by r-clicking the project -> properties -> then the settings tab and I can see the connectionstring 'strconn1' listed there.
I can preview the report in VS2008 IDE just fine. but when I try to browse the page w/ the report viewer I get
"Unable to connect to database. Please verify that your connection string is valid; in case you use a connection string from the application configuration file, make sure the name is correct and the connection string settings are present in the configuration file of your application."
now heres the weird part. If I add another connectionstring in the web.config called web1report.My.MySettings.strconn1 ... like ...
<
add name="web1reports.My.MySettings.strconn1" connectionString="Data Source=server123\INS03,4103;Initial Catalog=ABC;Trusted_Connection=Yes" providerName="System.Data.SqlClient" />
Is there a method for opening excel after doing the export? Or is there a way I can capture the export event and add the code?
As usual, thanks for your help.