I have a solution that uses v6.3 of infragistics.
Now, I downloaded a Service Release of that version from the Infragistics site.
I installed the service release, now the solution gives the compilation error because of license.
Why a Service Release should impact the existing working license? How to manage it?
Hello,
It seems that I have missed your reply.
Even if this is an update you could clear the licenses.licx file from Infragistics content prior running your application, than clean and rebuild it just to make sure that everything is ok and the content of this file would be populated if needed after running the application automatically.
Please let me know if you have any other questions with this matter.
surely this is not enough... because in the project files are also references to the ancient version.
If BEFORE the update in the project file was
<Reference Include="Infragistics2.Win.UltraWinGrid.v6.3, Version=6.3.20063.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
now it changed to
<Reference Include="Infragistics2.Win.UltraWinGrid.v6.3, Version=6.3.20063.1091, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL"> <HintPath>C:\Program Files\Infragistics\NetAdvantage 2006 Volume 3 CLR 2.0\windows forms\bin\Infragistics2.Win.UltraWinGrid.v6.3.dll</HintPath> <SpecificVersion>False</SpecificVersion> </Reference>
this is very annoying to do by hand. and this is strange... this is not a version change but just an update.
Hello Serhiol,
I believe that in this case you have some content in your licenses.licx file that is still pointing to your old references and that's why you are getting such behavior.
Please open your Properties folder and after that the licenses.licx file and delete the content of this file.
Clean and rebuild your solution,
Please let me know if this helps in this situation.