Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Exception from HRESULT: 0x80131047
posted

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.

Parents
No Data
Reply
  • 469350
    Offline posted

    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.

Children