This is a migrated thread and some comments may be shown as answers.

Q1 2010: error loading report viewer

2 Answers 92 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
kellyroberts
Top achievements
Rank 1
kellyroberts asked on 03 May 2010, 08:09 PM

First time uploading project to webserver ...  seems to be report viewer related.  .net 2.0 and .net 3.5 are on the server.

Server Error in '/abcd' Application.

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 '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:

Line 166:    <httpModules>
Line 167:      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 168: <add name="BridgeModule" type="Microsoft.Web.Services.BridgeModule" />Line 169:      <add name="WebResourceCompression" type="Microsoft.Web.Services.WebResourceCompressionModule" />
Line 170:    </httpModules>

Source File: E:\Data\Web\Host1\abcd\web.config    Line: 168

 


Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 04 May 2010, 11:27 PM
Hi kellyroberts,

During the installation of Telerik Reporting on your machine, the Telerik assemblies were added to GAC. When deploying a Web Site project the assemblies from the GAC are not copied automatically, so you need to copy the assemblies manually from the installation’s Telerik Reporting /bin folder to the bin folder of your application. You can find more detailed info in the Deploying Applications using Telerik Reporting help article.

Kind regards,
Steve
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
kellyroberts
Top achievements
Rank 1
answered on 05 May 2010, 02:43 PM
that was it ... I added
Telerik.Reporting.dll and
Telerik.ReportViewer.WebForms.dll
to my bin dir and Im good to go. 
thanks!!
Tags
General Discussions
Asked by
kellyroberts
Top achievements
Rank 1
Answers by
Steve
Telerik team
kellyroberts
Top achievements
Rank 1
Share this question
or