Posted 24 November 2021, 3:12 pm EST
This may be more of a VS2019 Question, but it only seems to be an issue with C1 controls so I am going to ask here. I tried searching but I’m not really sure how to word it.
Often times when I bring a C1 control into a form it adds a reference to to the 2.0 DLL in addition to the 4.52 DLL that I am working with. This causes a flood of intellisense errors and sometimes results in build errors do the the win2.0 components being registered in the license file. Then when I remove the 2.0 Dll from the project the build fails until I remove the 2.0 registrations from the license file.
How can Is stop the 2.0 DLL from being references in my project? It also clutters up my toolbox with the duplicate 2.0 controls.
I’m sure this has a simple solution.
Thanks in advance for the help.
Dean