开发者

RegistrationException - "does not have a strong name"

开发者 https://www.devze.com 2023-01-17 12:33 出处:网络
I\'m referencing a .NET DLL (which in turn references a lot of legacy COM DLLs) which is NOT strongly named.I\'m referencing this from an NUnit project, which is also not signed.

I'm referencing a .NET DLL (which in turn references a lot of legacy COM DLLs) which is NOT strongly named. I'm referencing this from an NUnit project, which is also not signed.

However when running and trying to instantiate a class, I receive the error message:

RegistrationException: The class XXX does not have a strong name.

Why would this be?

Note that I'm not asking HOW to sign the assemb开发者_如何学运维ly (although that doesn't seem to work either) but rather WHY I'm being forced to sign it?

Any ideas are welcome!

Thanks Duncan

0

精彩评论

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