Hi in my application i intercept all assembly call: AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(CurrentDomain_AssemblyResolve);
A startup is call: "Infragistics.License, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb", how can i deploy this assembly?
Thank in advance
Giorgio
The License assembly is not an assembly that you would deploy. You can just ignore this call or you can try testing with the latest hotfix of 8.2 or later as this was something that we found internally a few months back and addressed.
Hello Giorgio,
I see that Andrew answered your question; I‘m just checking to see if there was anything further that I could help you with.
Sincerely,
Marianne
Developer Support Engineer