1
I developed an ASP.NET WEB FORM application and used Report Viewer for reporting and Mysql. However, when you upload the application to the hosting (Godaddy), Report Viewer does not work. I tried everything, I think it is the lack of installation of Mysql Connector, because when uninstalling from the local machine, I got the same error that is appearing in the hosting.
Has anyone gone through this and knows any solution or alternative to Report Viewer? Hosting is shared so I can’t get direct access to install the Connector.
You have installed Mysql Connector on your machine, correct!? Just go to the root installation folder and get the Bin as DLL for Mysql... If I’m not mistaken, Mysql.data.dll and one more, and then you send in the Bin folder of your project for hosting.
– Thiago Araújo
Make sure Reportviewer.rdlc has been published along with the site. If not, right-click on it by clicking 'Publish', or simply copy it directly to your server site location.
– perozzo
Thanks for the personal response. rdlc was published along with the website (it had already fixed this) and Mysql.Data.dll as well, as are the Report Viewer dll’s. Everything seems to be right and I don’t know what else to try.
– Igor Brandão