Marcos Jr.
Marcos Jr.

Reputation: 35

Publish Winforms app with WebAssembly Blazor for local use

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:

This is my project structure:

projectStructure

Upvotes: 1

Views: 698

Answers (0)

Related Questions