I have an issue now, only with infragistics controls. I open a designer and drag a UltraGrid (or any Infragitics control) to the designer surface and the control is not added to the designer, instead it adds it as a non UI component in the tray below the designer.
This issue means I can no long use any controls.....HELP!!!
-Joe
Follow these steps to fix the problem:
1) Close all the open forms.
2) In the Solution Explorer, expand "My Project" (assuming you're using VB).
3) Double-click on licenses.licx so it opens for editing.
4) Remove all text from this file, then click File > Save All.
5) Rebuild your solution.
Everything should be fine after that. What happened was some assembly references got crossed with previous versions during the solution upgrade.
That worked. Caution should be taken to only remove the Infragistics entries in the .lic files. I removed Atalasoft entries and it blew up. Undid checkout, only removed Infragistics and all is well. Oh course in my solution I have 10 or so projects that rely on each other so all had to be touched.
Thanks,-Joe