User1711366110 posted
1)how can i add the assemblies for the report in the config file on godaddy
2)what the report path will be in local report it will be c:\users\x\documents\visual studio 2012\Projects\WebApplication1\WebApplication1\Report1.rdlc
As per this case, you need to get the following dll's & add into the bin folder of your hosted website :
1.you can get the below dll from the reporting services folder in your program files folder :
Microsoft.ReportViewer.Common.dll
Microsoft.ReportViewer.WebForms.dll
2.you can get the below dll from your c:\windows\assembly through command prompt,
Microsoft.ReportViewer.DataVisualization.dll (for graphics and gauges)
Microsoft.ReportViewer.ProcessingObjectModel.dll
then you need to add this configuration to your web.config
for report path ,you can find by using MapPath() function.