Configuration error when adding an assembly

C

Carlton858

I have a web app that uses a third party assembly. I have been
transferring this assembly back-and-forth from my dev server "bin"
directory to my staging server "bin" directory many, many times
without error. Now I get this message on my staging server sfter
updating it:

Parser Error Message: Access is denied: 'ChilkatDotNet'.

BLAH
BLAH
BLAH

Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config
Line: 261

Assembly Load Trace: The following information can be helpful to
determine why the assembly 'ChilkatDotNet' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = ChilkatDotNet
(Partial)
LOG: Appbase = file:///C:/Inetpub/IntranetStagingRoot/applications/supplyorder
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: ChilkatDotNet
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/applications_supplyorder/15467a2d/5c8dfffd/ChilkatDotNet.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/applications_supplyorder/15467a2d/5c8dfffd/ChilkatDotNet/ChilkatDotNet.DLL.
LOG: Attempting download of new URL
file:///C:/Inetpub/IntranetStagingRoot/applications/supplyorder/bin/ChilkatDotNet.DLL.
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: ChilkatDotNet, Version=4.9.0.0,
Culture=neutral, PublicKeyToken=16dba5cb7b161beb

Please note, if I take the DLL out of the "bin" directory on the
staging server, no error. Any ideas on how to fix this?

Carlton
 
C

Carlton858

I have a web app that uses a third party assembly. I have been
transferring this assembly back-and-forth from my dev server "bin"
directory to my staging server "bin" directory many, many times
without error. Now I get this message on my staging server sfter
updating it:

Parser Error Message: Access is denied: 'ChilkatDotNet'.

BLAH
BLAH
BLAH

Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config
Line: 261

Assembly Load Trace: The following information can be helpful to
determine why the assembly 'ChilkatDotNet' could not be loaded.
I found the solution to my problem. It seems that the aspnet_wp
process had got a hold on this DLL and would not let go. A restart of
the server was needed and the problem was cleared up.

Carlton
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top