Visual Studio 2019 Solution does not create Two .EXE Output Files

Farkler 211 Reputation points
2021-03-26T12:59:30.87+00:00

Recently converted a VB.NET solution from Visual Studio 2013 4.0 Framework to Visual Studio 2019 4.8 Framework.

The solution contains 22 projects. Of the 22 projects there is one Windows Form Application and one Windows Service project.

In Visual Studio 2013, compiling the solution would create two .exe files. One .exe for the Windows Form project and another .exe for the windows service project.

After converting to Visual Studio 2019 and compiling the solution, there is only one .exe file being created. That .exe file is for the Windows Form project which is the 'startup' project.

When solution was being compiled by VS 2013, both .exe files would get created.

Does anyone know what I need to do to get VS 2019 to create the two .exe output files when compiling? Thanks

Developer technologies VB
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.