I try running my app in VS 2003 and get this error:
Publisher policy file is not found
yet the application works fine if I move the .dlls and .aspx files into my development server environment.
This seems to be a problem associated with running my app in the VS 2003 debugger.
Here's the entire error display (note that line 51 displays in red on the screen):
Parser Error Message: File or assembly name ActiveReports.Web, or one of its dependencies, was not found.
Source Error:
Line 49: </compilation>
Line 50: <httpHandlers>
Line 51: <add verb="*" path="*.ArCacheItem" type="DataDynamics.ActiveReports.Web.Handlers.WebCacheAccessHandler, ActiveReports.Web, Version=3.2.1.1978, Culture=neutral, PublicKeyToken=cc4967777c49a3ff" />
Line 52: <add verb="*" path="*.Rpx" type="DataDynamics.ActiveReports.Web.Handlers.RpxHandler, ActiveReports.Web, Version=3.2.1.1978, Culture=neutral, PublicKeyToken=cc4967777c49a3ff" />
Line 53: <add verb="*" path="*.ActiveReport" type="DataDynamics.ActiveReports.Web.Handlers.CompiledReportHandler, ActiveReports.Web, Version=3.2.1.1978, Culture=neutral, PublicKeyToken=cc4967777c49a3ff" />
Source File: C:\SharpTFS\Main\Source\InvestorDataExtract\InvestorDataExtract\web.config Line: 51
Assembly Load Trace: The following information can be helpful to determine why the assembly 'ActiveReports.Web' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = ActiveReports.Web, Version=3.2.1.1978, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
(Fully-specified)
LOG: Appbase = file:///C:/SharpTFS/Main/Source/InvestorDataExtract
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\winnt\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
Jerry Scannell
Publisher policy file is not found
yet the application works fine if I move the .dlls and .aspx files into my development server environment.
This seems to be a problem associated with running my app in the VS 2003 debugger.
Here's the entire error display (note that line 51 displays in red on the screen):
Parser Error Message: File or assembly name ActiveReports.Web, or one of its dependencies, was not found.
Source Error:
Line 49: </compilation>
Line 50: <httpHandlers>
Line 51: <add verb="*" path="*.ArCacheItem" type="DataDynamics.ActiveReports.Web.Handlers.WebCacheAccessHandler, ActiveReports.Web, Version=3.2.1.1978, Culture=neutral, PublicKeyToken=cc4967777c49a3ff" />
Line 52: <add verb="*" path="*.Rpx" type="DataDynamics.ActiveReports.Web.Handlers.RpxHandler, ActiveReports.Web, Version=3.2.1.1978, Culture=neutral, PublicKeyToken=cc4967777c49a3ff" />
Line 53: <add verb="*" path="*.ActiveReport" type="DataDynamics.ActiveReports.Web.Handlers.CompiledReportHandler, ActiveReports.Web, Version=3.2.1.1978, Culture=neutral, PublicKeyToken=cc4967777c49a3ff" />
Source File: C:\SharpTFS\Main\Source\InvestorDataExtract\InvestorDataExtract\web.config Line: 51
Assembly Load Trace: The following information can be helpful to determine why the assembly 'ActiveReports.Web' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = ActiveReports.Web, Version=3.2.1.1978, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
(Fully-specified)
LOG: Appbase = file:///C:/SharpTFS/Main/Source/InvestorDataExtract
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\winnt\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
Jerry Scannell