Activity overview
Latest activity by Lulzy
Alright, I tried that and my program works fine if I don't have code obfuscation on.. / comments
Alright, I tried that and my program works fine if I don't have code obfuscation on..
Hi, thanks for your reply.
Nope, I'm not using InternalsVisibleTo() at all. And I do have a warning after building it but in orange italic font. At least one dependency does not have a strong name. As your assembly has been signed with a strong name, it may fail to load this dependency.
None of my embedded dependencies load at the point of time when the error occur. / comments
Hi, thanks for your reply.
Nope, I'm not using InternalsVisibleTo() at all. And I do have a warning after building it but in orange italic font.At least one dependency does not have a strong name. ...
Type is marked as eligible but is not marked as public.
Stack trace:
System.TypeLoadException
Could not load type '.„' from assembly 'MyAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=37ff7609970e6758'. The type is marked as eligible for...