开发者

Assembly manifest error

开发者 https://www.devze.com 2023-02-19 16:46 出处:网络
I a开发者_开发知识库m trying to deploy a dll to the assembly folder.C:\\Windows\\Assembly When i drop this DLL it gives me the following error messsage :

I a开发者_开发知识库m trying to deploy a dll to the assembly folder.C:\Windows\Assembly When i drop this DLL it gives me the following error messsage :

the module 'foo.dll' was expected to contain an assembly manifest.

what could be the possible problem as this is the only assembly that is throwing this error whereas all the remaining assemblies get deployed without any hassle.

Thanks.


Use mt.exe from the Windows SDK to compare the manifests of the problem DLL with those of the working ones.

http://msdn.microsoft.com/en-us/library/aa375649(VS.85).aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消