문제

I'm not sure what to ask exactly because i'm not sure exactly whats the problem. I have a project that needs all its assembly files to be signed and i have a 3rd party assembly that's unsigned. I'm using the ilasm and ildasm like case 2 in this article Signing an Unsigned Assembly. After that i can use the dll but it's behavivior is different from before ( a property in one of the classes can't be used). Just to clarify if i use the dll in a side project without signing them they work fine

What could have gone wrong and what can i do about it?

도움이 되었습니까?

해결책

Okay i found what the problem is, I had an old version of this dll in the GAC,once i deleted it everything works fine

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top