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
925
Error creating control
posted

I am getting the following error when I trying to drop a control on a form

" Failed to create component "UltraButton", The error message follows

"System.Runtime.InteropServices.COMException (0x8004D745) :

A reference to the component 'Infragistics.Win.Misc.v13.2' Already

exists inthe project."

Parents
No Data
Reply
  • 53790
    Suggested Answer
    posted

    Hello Marius,

    Could you please try the steps below:

    1. Open your Reference folder

    2. Remove all Infragistics assemblies that refer older version (different from version 13.2) / Remove duplicate assemblies

    3. Select all Infragistics assemblies and open your Properties window in VS

    4. Set "Specific Version" = False and "Copy Local" = False

    5. Open your licenses.licx file and delete all content related with Infragistics. Save changes.

    6. Repeat steps from point 1 to point 5 for all projects in your solution

    8. Clean your Solution

    9. Rebuild your solution

    Let me know if you have any questions.

    Regards

Children