R
R
Roman2018-03-25 18:12:44
WPF
Roman, 2018-03-25 18:12:44

How to export an entire WPF project to EXE?

Hello. Such a question: I have a project with buttons, pictures, etc. in Visual Studio. When I try to run an EXE file from the Release / Debug folders, a window opens with a background. Nothing else. How to compile correctly (or what to do in general?) so that the program works like in the VS constructor? To display everything?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny, 2018-03-25
@ananas_roma

The problem is that you either need to run the exe from the folder with all the *.dlls or merge all the dlls into the exe. As far as I know the easiest way is this one .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question