Check of the signature failed for assembly

B

Brad

I just started getting the error below in an asp.net application I'm working
on. The assembly mentioned in the error is used in **every** .net app I
work on, is not directly referenced, it is referenced by another assembly
also used in **every** .net app and though all apps are pointing to the same
version this is the only app producing this error. Obvious quesiton is why
and how would I proceed to remedy? I have recompiled, deleted the
cached version, added removed assembly all to no avail. I must be missing
something.....probably something obvious????

Brad


=============================================

Server Error in '/ParkHost' 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: The check of the signature failed for assembly
'App.Security'.

Source Error:

Line 330: </compilers>
Line 331: <assemblies>
Line 332:<!--
Line 333:BEGIN section inserted by Device Update 4 installer.
Line 334:-->


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

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

=== Pre-bind state information ===
LOG: DisplayName = App.Security
(Partial)
LOG: Appbase = file:///C:/Inetpub/insidelane/ParkHost
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: App.Security
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/parkhost/998e20a1/f96e9643/App.Security.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/parkhost/998e20a1/f96e9643/App.Security/App.Security.DLL.
LOG: Attempting download of new URL
file:///C:/Inetpub/insidelane/ParkHost/bin/App.Security.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: App.Security, Version=1.1.1536.26633,
Culture=neutral, PublicKeyToken=018e20f6b86d52f6

Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
 
T

Tian Min Huang

Hello Brad,

Thanks for your post. As I understand, the problem you are facing is that
it reports the error "The check of the signature failed for assembly" when
you deploy a dll that is used by an ASP.NET application running in IIS5.
Please correct me if there is any misunderstanding. I now share the
following information with you:

Delay-signing requires information from the registry. For performance
reasons, it's by design this information is only read when a process is
first started. To work around the problem, you will need to restart the
aspnet_wp process.

Please check it on my side.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
T

Tian Min Huang

Hi Brad,

I would like to follow up on this issue and see if any progress has been
made. I haven't heard from you in 2 days, were you able to check my reply?
Should you have any questions, please feel free to post here.
Looking forward to your reply!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

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