mauede
Well-known member
Some time ago I asked the same question for a console UI application.
Despite my efforts and all the help you gave me, I was unable to deploy a self-contained application.
It looks like Visual Studio does not allow this choice when publishing an executable that targets >NET Framework.
I am to deploy an executable based on WPF. However, it is still targeting .NET Framework 4.8.
My questions:
Despite my efforts and all the help you gave me, I was unable to deploy a self-contained application.
It looks like Visual Studio does not allow this choice when publishing an executable that targets >NET Framework.
I am to deploy an executable based on WPF. However, it is still targeting .NET Framework 4.8.
My questions:
- Is it possible to generate a self-contained WPF application? I mean an App, represented by some sort of icon containing all the necessary files that are hidden from the user?
- If .NET Framework does not allow for producing self-contained executables, then what is the simplest way to convert a WPF application from targeting .NET Framework to targeting .NET Core 6.0?