I try to load my project after i format my pc from win 7 32bit to win8 64bit(might has something to do with the error) and the infragistic licenses dont work. I have 8 infragistics in my license.licx file and i get 8 errors in visual studio 2008. The error i get is this:
Error 1 Exception occurred creating type 'Infragistics.Win.UltraWinGrid.UltraGrid, Infragistics2.Win.UltraWinGrid.v7.1, Version=7.1.20071.40, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' System.ComponentModel.LicenseException: No license information found C:\Users\Antonis\Desktop\Dropbox\BackUp\PETROLINA\CANTINE\23.04.2013 VISITORS working\Visual Studio 2008\Projects\Petrolina receive order\Petrolina receive order\My Project\licenses.licx
And i installed the same version of infragistics i had before. What do i do wrong?
Hello Antonis,
Thank you for your post.
Could you please open the Licenses.licx file, and remove the Infragistics content from there, after that clean and rebuild your application, and see if this will work for you. If this doesn't help, please feel free to let us know what is the behavior that you are seeing after that.
In case of other questions please do not hesitate to contact us.
Antonis,
In addition to what Danko suggested, if the issue still happens after removing the Infragistics content from the licenses.licx file please try to create a new project using the WinGrid to see if it will have the same issue.
If it does have the same issue, then I would like to know if the Infragistics.License assembly is in the GAC (C:\Windows\assembly). If this file is present then it would be best to have an installation log which you would need to generate when reinstalling the toolset. The following article has details on how to create a log file when installing:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10039
Let me know if you have any questions with this matter.
Having more and less the same issue, but I didn't find any Licenses.licx file on my solution. Someone else added the infragistic control to the form and checked the code into source control. After checking out I can't open the form in design mode, nor I can add an infragistics control to any other forms in that project.
btw, When I created a new solution it works fine...
any ideas?
thank you
Monica,
Are you getting a No license information found error? If so then it sounds as though you still need to install the product or the version of the product that the other developer added. It is possible that you could have installed an older or newer version and still see the error.
If the issue is more generic that the designers don't work and not specific to "no license information found" the most likely cause is still a version mismatch between what is installed on your machine and what your coworker added.
Review your references in the new project as well as what is in source control to see if you are referencing the same version of the toolset and if not make them the same to see if that resolves your error.