July 21, 2004 at 10:49 am
Hi All,
Hopefully this is the right place to post this question. I have a project where I am creating SSRS reports on my machine and deploying them to another machine that has the databases on them along with SSRS. Only the 1.1 framework for dot net is on that machine. This one report where I've added a web application and am referencing a reportViewer.dll of which "Microsoft.Samples.ReportingServices" is the namespace is giving me this message. I'm kinda new to C# and SSRS so any help as to where to fix this problem would be of great help. Below is the error message. Thanks In Advance
Clyde
Parser Error Message: File or assembly name ReportingServicesWebServer, or one of its dependencies, was not found.
Source Error:
Line 26: <assemblies>
Line 27: <clear />
Line 28: <add assembly="ReportingServicesWebServer" />
Line 29: </assemblies>
Line 30: </compilation>
Source File: G:\Application\MSSQL\Reporting Services\ReportServer\web.config Line: 28
Assembly Load Trace: The following information can be helpful to determine why the assembly 'ReportingServicesWebServer' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = ReportingServicesWebServer
(Partial)
LOG: Appbase = file:///C:/Inetpub/wwwroot/WebPrintTest
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: ReportingServicesWebServer
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/reportserver_printtest/c126663c/7a3a6a93/ReportingServicesWebServer.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/reportserver_printtest/c126663c/7a3a6a93/ReportingServicesWebServer/ReportingServicesWebServer.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/WebPrintTest/bin/ReportingServicesWebServer.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/WebPrintTest/bin/ReportingServicesWebServer/ReportingServicesWebServer.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/reportserver_printtest/c126663c/7a3a6a93/ReportingServicesWebServer.EXE.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/reportserver_printtest/c126663c/7a3a6a93/ReportingServicesWebServer/ReportingServicesWebServer.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/WebPrintTest/bin/ReportingServicesWebServer.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/WebPrintTest/bin/ReportingServicesWebServer/ReportingServicesWebServer.EXE.
July 23, 2004 at 5:00 am
ReportViewer.dll must be in the bin folder of your Web application to be find during the execution.
JP VALENTIN
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply