Setup Project for VS 2019

  • Thread starter Thread starter deskcheck1
  • Start date Start date
D

deskcheck1

Guest
Hi,

I have a .NET Core Console application that I want to deploy to various computers. I used to be able to add a Setup Project to my solution to deploy my app. But now I can't find it in Visual Studio 2019 Professional.

How do I create a deployment project for my console app? My console app consists of 2 projects: Machine Learning Model and the Prediction project. When I just copy the resulting executable, it doesn't execute the part where it asks for user input. So, I figured, I need to create a Setup Project. But I can't find that feature in VS 2019.

Appreciate any suggestions/help.


Marilyn Gambone

Continue reading...
 
Back
Top