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."
Thanks for your feedback. If you have any questions, feel free to write us
Regards
Hi, I managed to fix this problem. I copied the DLL files that I needed from the installation folder of Infragistics into my BIN directory of my solution... I overwrite the old ones.
I then did the steps above , and the problem was solved.
Thanks
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.