I am facing issue while deploying asp.net 2010 application containing ReportViewer. I even installed Microsoft Report Viewer Redistributable 2010 in the server, but even then I am just getting totally blank and no images.
Any ideas on this please.
I am facing issue while deploying asp.net 2010 application containing ReportViewer. I even installed Microsoft Report Viewer Redistributable 2010 in the server, but even then I am just getting totally blank and no images.
Any ideas on this please.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Guest UserPosted Aug 3, 2011, 1:54 PM
Hoang AnPosted Aug 11, 2011, 5:39 AM
try to copy asp.net_client from C:\Inetpub\wwwroot in to your source folder, install report distribution. If it doesn't help, try to install report 2010.
Sreenath GPosted Aug 3, 2011, 11:35 PM
Issue got solve..please look @ http://blogs.msdn.com/b/webdevtools/archive/2011/01/06/how-to-bin-deploy-sql-compact-edition-4-0-and-razor-web-projects.aspx
Sreenath GPosted Aug 3, 2011, 1:34 PM
Seems you are right. I have my local Sql Server Compact 4.0 DB added under App_Data and I am using following connection string to acces the DB.
<
<add name="Bugs_RepConnectionString" connectionString="Data Source=|DataDirectory|\Bugs_Rep.sdf" providerName="System.Data.SqlServerCe.4.0" />
connectionStrings>
I am able to connect and query this DB from local machine. But when I deployed it, its not connecting. What should I change here,...
connectionStrings>Sreenath GPosted Aug 3, 2011, 12:46 PM
Guest UserPosted Aug 3, 2011, 12:31 PM
Does the web server have access to the database? Can they ping each other?
Does the user account that the web application runs under have access to the folder where the rpt files are stored?
Sreenath GPosted Aug 3, 2011, 11:49 AM
it is working in fine at me local machine. I have made sure that all the query strings are correct and report files are copied at required path.
Reports are loading blank and no data is been displayed.
and I have event view log as
Windows Installer reconfigured the product. Product Name: Microsoft ReportViewer 2010 Redistributable. Product Version: 10.0.30319. Product Language: 1033. Reconfiguration success or error status: 0.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Guest UserPosted Aug 3, 2011, 11:12 AM
1) Are there any exceptions being thrown? Anything in the server's event logs?
2) Is the rpt file that the reportviewer is accessing present on the server? Does the reportviewer have the correct path to the rpt file?
3) Does the query for the report return any data with the default parameters?