Search found 6 matches

by Klobi
Thu Nov 25, 2021 8:25 pm
Forum: Technical questions
Topic: How to protect .NET (Core) application?
Replies: 11
Views: 5140

Re: How to protect .NET (Core) application?

Yes I am using 3.5.1 build 1343. The error from last post comes from my real application, not the sample application I've posted here.
by Klobi
Wed Nov 24, 2021 2:07 pm
Forum: Technical questions
Topic: How to protect .NET (Core) application?
Replies: 11
Views: 5140

Re: How to protect .NET (Core) application?

No I am evaluating the demo version of VMP, seeing if it works at all. Because if it doesn't work there is no reason to purchase.
by Klobi
Wed Nov 24, 2021 8:46 am
Forum: Technical questions
Topic: How to protect .NET (Core) application?
Replies: 11
Views: 5140

Re: How to protect .NET (Core) application?

You are right, now it also works fine here. My main application now also works except of: "Pack the output file" is checked. In this case I don't even get the demo messagebox of VMP on start. Nothing happens if I double click the executable the process just disappears in task manager "...
by Klobi
Wed Nov 24, 2021 7:46 am
Forum: Technical questions
Topic: How to protect .NET (Core) application?
Replies: 11
Views: 5140

Re: How to protect .NET (Core) application?

Bummer, I don't know what happened. Try with the new attachment.
by Klobi
Tue Nov 23, 2021 5:01 pm
Forum: Technical questions
Topic: How to protect .NET (Core) application?
Replies: 11
Views: 5140

Re: How to protect .NET (Core) application?

Yes, I've attached a .NET 6 app. Because of file size this is not published as self contained so you must install .NET 6 Runtime: https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-6.0.0-windows-x64-installer As you can see my .NET test application is the WpfApp10.dll file. WpfAp...
by Klobi
Tue Nov 23, 2021 4:59 am
Forum: Technical questions
Topic: How to protect .NET (Core) application?
Replies: 11
Views: 5140

How to protect .NET (Core) application?

On main site it says it supports .NET (Core) but I cannot get a protected app to run. A .NET 6 (former known as .NET Core) application, just like on .NET Core 3.1, has [*]the .NET DLL file [*]a native host executable If I protect the .NET dll file the native host executable cannot launch it, because...