I have a project in VS2008, and I'm using a label control from Infragistics where you assign a graphic image of the Appearance property. I passed the project to VS2010 and the same property returns an error me brother assign the image:"Failed to generate code for the property 'Image'. The error is:" The assembly name or codebase given is not valid. (Exception from HRESULT: 0x80131047) '"Any suggestions on this?, Thanks.
It's hard to tell, but this sounds like a problem with your project references and not with the control.
Perhaps your project has mixed references. Make sure all of the Infragistics references in the solution are the same version. Also be sure that none of them are marked with CopyLocal = true.
I have checked all references and correct.Furthermore, it happens only with the control UltraLabel, happens to everyone.