Reputation: 35
I need to create an .exe
file for my Winforms app that works with my web page developed with Blazor. Everything is in the same project.
If I start my project on VS2019 it will run the web and then it'll start the Winforms. Everything works fine.
But if I try to publish, the Winforms no longer opens and it seems that the web part doesn't start at all.
The Winforms app will be working on a VM and the website will be available for me locally at this moment.
I use Xampp to manage my database.
What I have tried:
.exe
file for a Winforms app, so I set the configs on the .csproj
file and tried that too, but .exe
file created does not start at allThis is my project structure:
Upvotes: 1
Views: 698