Click here to Skip to main content
16,012,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

This is bharath kumar,
I don my application on asp.net,but i face an error on REPORTVIEWER in GODADDY server,
my error is :

VB
Configuration Error

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 'Microsoft.ReportViewer.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.


This is the error in godaddy,actually it is successfully run in my pc and local host (IIS) server
its done, but its can't run in godaddy server.

Please help me

Thank you
Bharath kumar
Posted
Comments
bbirajdar 25-Jul-13 10:16am    
Copy the Microsoft.ReportViewer.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a dll to the deployment
[no name] 25-Jul-13 12:19pm    
Once again, we are not godaddy support people.
bharat peggem 26-Jul-13 1:47am    
ya ok i tried to that dll in my application but how to download reportviewer.common.dll
actually Reportviewer is .exe file.so how to add dll in my application.please Give me a suggestion

Thank you for responding

1 solution

As aspnet pointed out you need to copy the dll to the godaddy server. The error is telling you that the ReportViewer dll is not on the server.
 
Share this answer
 
Comments
bharat peggem 26-Jul-13 1:50am    
Thank you. so how to do this please give me a suggestion
ZurdoDev 26-Jul-13 7:33am    
However you copy files to godaddy, just copy the reportviewer dll into your bin folder.
bharat peggem 27-Jul-13 9:46am    
Thank you ok i added Microsoft.ReportViewer.Common.dll,Microsoft.ReportViewer.WebForms.dll but how to copy Microsoft.ReportViewer.ProcessingObjectModel.dll in my bin folder i find out this dll throu CMD prompt (C:\WINDOWS\assembly\GAC_MSIL\...)but how to that copy the dll into my bin folder
bharat peggem 27-Jul-13 11:17am    
Ok I solve the Problem Thank you,Thank you for helping
ZurdoDev 27-Jul-13 16:29pm    
Good to hear.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900