We are new to Infragistics, so please bear with me. Myself and another developer are having issues with the picture files disappearing from the ultrawintoolbar. It is not consistant when it happens, but has happened 3 times on my newest form I am building.
When adding new controls (again not consistant) to the form I am losing all of the options that are set in my ultraoptionsets.
Does anyone have any ideas as to what could be causing this? Once new versions of Infragistics controls are installed, other than converting projects are there any additional steps we should be taking to remove those old controls from our PC? Could old versions in the registry be causing the issues we are seeing.
All controls on my current form are version 11.1.
Thanks!
The only guess I have here is that your project is getting corrupted because when you add a new control to the project you are adding a different version of the Infragistics assemblies to the project.
I've never heard of this causing images to be lost, but it certainly could result in the designer being unable to display the form at design-time.
The solution to that would be to make sure that your toolbox is up to date. If you installed a service release and did not update the toolbox, then the toolbox might be pointing to older versions of the assemblies, if they still exist somewhere on your machine or in the Assembly folder.
There should be a shortcut on your Start menu in windows to run the Infragistics Toolbox utility, which will update your toolbox automatically. Of you could just manually remove and re-add the Infragistics controls to the toolbox from within Visual Studio.
We have done all that you said (previous to me writing the first post). I will try and be more cognisant of when it is happening so we can try and narrow down a cause.
Thanks.