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
35
Unable to locate license assembly.
posted

Hi All, 

I am migrating my window form projects from VS2003 to VS 2019. I am getting below error.

Exception occurred creating type 'Infragistics.Win.UltraWinGrid.UltraGrid,
Infragistics.Win.UltraWinGrid.v2, Version=2.0.5001.19, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'
System.ComponentModel.LicenseException: Unable to locate license assembly.

Can you please guide  me how can i resolve.

Parents
  • 1700
    Offline posted

    Hello Shailendra,

    In order to prevent this error from occurring, you need to clear the contents of the licenses.licx, this file should be under “Properties” in your Solution explorer, please make sure that you don’t delete this file just leave it empty. After that could you rebuild your application and run it to see if the error has is still occurring?

    Also, you need to make sure that you are referencing the right assemblies and you have them inside either your bin folder or inside the GAC.

    Please let me know if you have any questions.

    Regards,
    Ivan Kitanov

Reply Children