Hi
Master
when I complete other project, finally compile ScadaAdmin project, it show me I have System.Windows.Forms, Version=6.0.0.0, but actually in my project, I use version 4.0.0.0, as my target framework is .net framework 4.8.1, this error show when I try to running this project, initializeComponent() is just a sample winform initial function, I can’t figure out why show this issues?
Hi
Mikhail
just mark this for other learner, this because the wincontrol dll contain system.windows.forms v6.0.0, when project use this as a reference, it will show compile errors. I re-compile the whole wincontrol project, then use this as a reference, the conflicts of system.windows.forms v6.0.0 between v4.0.0 disappeared. thank you for your kind remind.