Can't resolve assembly

Issues related to VMProtect
Post Reply
KOC2000
Posts: 2
Joined: Wed Jun 15, 2022 2:23 am

Can't resolve assembly

Post by KOC2000 »

Hello,
I'm trying the demo before purchasing, downloaded and install built 1438
I opened my .NET Framework 4.8 exe and just clicked "Compile" button, but I got this error message:

Code: Select all

Can't resolve assembly: SharpDX, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b0dcf0f35e5521f1
Also, is there a tutorial on how to correctly use VMProtect with .NET apps? Like, must I add the following code for all my methods?

Code: Select all

[Obfuscation(Feature = "virtualization", Exclude = false)]
Or this is not important? and just leave default options and compile?

Thanks in advance.
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Can't resolve assembly

Post by Admin »

I opened my .NET Framework 4.8 exe and just clicked "Compile" button, but I got this error message:
It means that the assembly was not found on your computer.
Also, is there a tutorial on how to correctly use VMProtect with .NET apps? Like, must I add the following code for all my methods?
Please read our user manual.
Post Reply