I am on a project with 4 other developers. I am the only one using Infragistics (for the webchart). I sent my Infragistics webchart changes to our source control and the other devlopers have gotten the latest version of our project.
Now those developers are getting the following error:
The licx file is automatically generated by Visual Studio, and contains the list of components which require a license to use at design-time. This does get a little complicated when you attempt to use MSBuild to compile a project, because it looks at the same LICX file. The trick (if I remember) is to have the other members clear the contents of the .licx file (don't delete the file, just empty out it's contents). That should allow them to compile, though they will still be unable to open up any forms with Infragistics components inside of them.
-Tony
this helped me thanks
Hi, I am facing same issue. How did you resolved this. I have only dll in bin folder. How can i install version of controls?