VS 2005:
I've run into an issue building a web using a local drive map. The dev
workstation maps a drive to the web server. Build shows successful. However,
reference components that are pointing to the
C:\Windows\Microsoft.Net\Framework file structure are missing on the web
server.
When you attempt to run the page from the web server you get the following
error page noted below.
Can you 'not' publish in this manner (drvie map)? If I have to use the
remote connection I'm going to have to resolve debug issues that remain after
getting on the same network as the web server.
Thanks,
Ken...
Server Error in '/CyberHealthReporting' 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
'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system
cannot find the file specified.
Source Error:
Line 35: </buildProviders>
Line 36: <assemblies>
Line 37: <add assembly="Microsoft.ReportViewer.WebForms,
Version=8.0.0.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation>
Line 38: <pages>
Line 39: <namespaces>
Source File: E:\Webs\CyberRep\web.config Line: 37
Assembly Load Trace: The following information can be helpful to determine
why the assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.
=== Pre-bind state information ===
LOG: User = NT AUTHORITY\NETWORK SERVICE
LOG: DisplayName = Microsoft.ReportViewer.WebForms, Version=8.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
(Fully-specified)
LOG: Appbase = file:///E:/Webs/CyberRep/
LOG: Initial PrivatePath = E:\Webs\CyberRep\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: E:\Webs\CyberRep\web.config
LOG: Using host configuration file:
\\?\C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Post-policy reference: Microsoft.ReportViewer.WebForms,
Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/cyberhealthreporting/988544fc/715aad92/Microsoft.ReportViewer.WebForms.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/cyberhealthreporting/988544fc/715aad92/Microsoft.ReportViewer.WebForms/Microsoft.ReportViewer.WebForms.DLL.
LOG: Attempting download of new URL
file:///E:/Webs/CyberRep/bin/Microsoft.ReportViewer.WebForms.DLL.
LOG: Attempting download of new URL
file:///E:/Webs/CyberRep/bin/Microsoft.ReportViewer.WebForms/Microsoft.ReportViewer.WebForms.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/cyberhealthreporting/988544fc/715aad92/Microsoft.ReportViewer.WebForms.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/cyberhealthreporting/988544fc/715aad92/Microsoft.ReportViewer.WebForms/Microsoft.ReportViewer.WebForms.EXE.
LOG: Attempting download of new URL
file:///E:/Webs/CyberRep/bin/Microsoft.ReportViewer.WebForms.EXE.
LOG: Attempting download of new URL
file:///E:/Webs/CyberRep/bin/Microsoft.ReportViewer.WebForms/Microsoft.ReportViewer.WebForms.EXE.
Ken Carter - 09 Jan 2006 20:11 GMT
This problem can be resolved by adding reporting services components to the
web server with the tools in the SDK folder of your VS2005 installation.
> VS 2005:
> I've run into an issue building a web using a local drive map. The dev
[quoted text clipped - 82 lines]
>
>
gemon - 18 Jan 2006 11:47 GMT
Where is the folder in the VS2005 CD???
Ken Carter ha scritto:
> This problem can be resolved by adding reporting services components to the
> web server with the tools in the SDK folder of your VS2005 installation.
[quoted text clipped - 84 lines]
> >
> >