I have downloaded scada-v6 source code from github,it recommend to compile with visual studio 2022,so I open the source code with visio studio 2022, for example I open the ScadaCommon.sln in \scada-v6-master\scada-v6-master\ScadaCommon,but none of the project can run correctly,just with err “You cannot start a project with class library output directly”,how can I run the source code smoothly?
After build, the executable and other files should be correctly copied to the runtime location as the installer does. Services must be registered in the system. Then they can be started.