In one solution I have 2 projects winform Vb.net and C #. In the release environment, is there a way to run the vb.net project, and the C # project is also open? On the first run after release, the vb.net project will be installed, how will the C # project be installed simultaneously?
Solution
+ProjectA vb.net(winform)
+ProjectB C#(winform)
[Project A call exe of ProjectB when start]