Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
Infragistics.License problem
posted

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

Parents
  • 54937
    Verified Answer
    Offline posted

    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.

Reply Children