Reputation: 428
I create an application using Microsoft Visual Studio 2019 Preview (version 16.3.0 Preview 2.0). After I published it using CLI, application does not start on consumer's machine without an error. When tried to start using CLI consumer gets this error:
But .NET Core 3.0.0 preview runtime is installed
When I publish as full package (with all libraries placed in the app's folder) app is working OK.
I have no idea what is wrong.
Upvotes: 1
Views: 4680
Reputation: 3110
There is an open issue in dotnet/wpf repository about it: https://github.com/dotnet/wpf/issues/656
Probably current workarounds are:
Upvotes: 3