I'm getting the following error in regards to a DLL not existing in my \bin directory. However, it ceratinly is... Server Error in '/NCVAC' 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: Access is denied: 'Interop.VBIDE'. Source
Error: Line 196: Line 197: Line 198: Line 199: Line 200: Source File: c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 198 Assembly Load Trace: The following information can be helpful to determine why the assembly 'Interop.VBIDE' could
not be loaded. === Pre-bind state information === LOG: DisplayName = Interop.VBIDE (Partial) LOG: Appbase = file:///C:/Inetpub/wwwroot/NCVAC 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: Interop.VBIDE LOG: Attempting download of new URL file:///c:/temp/ncvac/1f274cc2/d741d467/Interop.VBIDE.DLL. LOG: Attempting download of new URL file:///c:/temp/ncvac/1f274cc2/d741d467/Interop.VBIDE/Interop.VBIDE.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/NCVAC/bin/Interop.VBIDE.DLL. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: Interop.VBIDE, Version=5.3.0.0,
Culture=neutral, PublicKeyToken=null -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 The file exists in the C:/Inetpub/wwwroot/NCVAC/bin/
directory above where it is searching. I find sometimes if I recompile the DLL and replace the reference to it in my web project, it works fine. What's going on here???
wsyeager
Participant
1733 Points
456 Posts
config error
Aug 26, 2003 02:32 PM|LINK
Bill Yeager MCP.Net, BCIP