Posted 1 September 2021, 10:46 am EST
I have two C1Checklists in my project. I just tried to add a C1MuliSelect to evaluate the differences. When I tried to build I got a slew of ambiguous name errors that I didn’t before. (My guess was that it added a reference to C1Input 2.0 even though I dragged the control from the 4.5.2 section of the toolbox.
------ Build started: Project: User Account Admin Windows Controls, Configuration: Debug Any CPU ------
1>C:\Users\dbashore\source\repos\User Account Admin Windows Controls\My Project\licenses.licx(4): error LC0003: Unable to resolve type ‘C1.Win.C1Input.C1TextBox, C1.Win.C1Input.2, Version=2.0.20211.492, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a’
1>C:\Users\dbashore\source\repos\User Account Admin Windows Controls\My Project\licenses.licx(6): error LC0003: Unable to resolve type ‘C1.Win.C1Input.C1DateEdit, C1.Win.C1Input.2, Version=2.0.20211.492, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a’
1>C:\Users\dbashore\source\repos\User Account Admin Windows Controls\My Project\licenses.licx(9): error LC0003: Unable to resolve type ‘C1.Win.C1Input.C1Label, C1.Win.C1Input.2, Version=2.0.20211.492, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a’
1>C:\Users\dbashore\source\repos\User Account Admin Windows Controls\My Project\licenses.licx(10): error LC0003: Unable to resolve type ‘C1.Win.C1Input.C1ComboBox, C1.Win.C1Input.2, Version=2.0.20211.492, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a’
1>C:\Users\dbashore\source\repos\User Account Admin Windows Controls\My Project\licenses.licx(12): error LC0003: Unable to resolve type ‘C1.Win.C1Input.C1Button, C1.Win.C1Input.2, Version=2.0.20211.492, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a’
1>C:\Users\dbashore\source\repos\User Account Admin Windows Controls\My Project\licenses.licx(13): error LC0003: Unable to resolve type ‘C1.Win.C1Input.C1CheckBox, C1.Win.C1Input.2, Version=2.0.20211.492, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a’
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I removed the control (MultiSelect) and the reference to Input 2.0 and now I get this.
If I add 2.0 back I get a huge list of ambiguous errors. I’m now stuck and cannot re-build my project.