I have started getting the following error when working on forms that used to work fine. Nothing has changed on the forms themselves as they are source controlled.
"Code generation for property 'Tabs' failed. Error was: "UltraTabTypeConverter' is unable to convert 'Infragistics.Win.UltraWinTabControl.UltraTab' to 'System.ComponentModel.Design.Serialization.InstanceDescriptor'.'"
Any ideas what this means and how I can prevent it. I am currently using8.1.20081.1000.
Thanks,Campbell
Ah, think I've figured it out. We haven't upgraded recently - the libraries in use are also source controlled. But it looks like for some reason, some references are going back to older versions of the DLLs from the GAC. I've copied the current DLLs into the GAC and all seems to be working ok again.
Thanks.