2010-08-19 7 views
0

Je suis en train d'exécuter l'erreur suivante lors de l'exécution de mon application ASP.NET. Je cours en utilisant IIS 6.0 sur WinXP 64. L'assembly est signé et nécessite donc un nom fort, mais en dehors de l'ajout d'une référence et de l'utilisation des fonctions dans la DLL, je ne sais pas comment résoudre l'erreur. J'ai essayé d'installer l'assembly dans le GAC, mais cela n'a pas aidé.Erreur de liaison partielle DLL ASP.NET

 
=== Pre-bind state information === 
LOG: User = NT AUTHORITY\NETWORK SERVICE 
LOG: DisplayName = random 
(Partial) 
WRN: Partial binding information was supplied for an assembly: 
WRN: Assembly Name: random.dll | Domain ID: 10 
WRN: A partial bind occurs when only part of the assembly display name is provided. 
WRN: This might result in the binder loading an incorrect assembly. 
WRN: It is recommended to provide a fully specified textual identity for the assembly, 
WRN: that consists of the simple name, version, culture, and public key token. 
WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue. 
LOG: Appbase = file:///C:/Root/Server/ 
LOG: Initial PrivatePath = C:\Root\Server\bin 
Calling assembly : (Unknown). 
=== 
LOG: This bind starts in default load context. 
LOG: Using application configuration file: C:\Root\Server\web.config 
LOG: Using host configuration file: \\?\C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet.config 
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\config\machine.config. 
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). 
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/server/aeb22d03/3a6c0025/random.DLL. 
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/server/aeb22d03/3a6c0025/random/random.DLL. 
LOG: Attempting download of new URL file:///C:/Root/Server/bin/random.DLL. 
ERR: Failed to complete setup of assembly (hr = 0x8007000b). Probing terminated. 

Répondre

0

Le problème a été résolu en permettant v4.0 .NET 64 extensions ISAPI bits. Les extensions 32 bits ont été activées par défaut.