xsharp.eu • snk troubles
Page 1 of 1

snk troubles

Posted: Thu Jan 11, 2024 8:21 am
by wriedmann
Hello,

I have started to sign my VO compatible DLLs with snk files, and for most libraries it worked.
But at some point my applications stopped working, they terminated without any error, and also the eventviewer entries were not helpful.
Together with Andreas I have then discovered that the problems started when a signed DLL was used, that hat a NOT signed DLL in its references.
In our case the not signed DLL was the bBrowser DLL. Removing the signatures from dependent DLLs fixed the problem.
I hope this hint can help someone else....
Wolfgang