...Boxed program does not run

Issues related to Enigma Virtual Box
Post Reply
eduquint
Posts: 1
Joined: Sun Dec 30, 2012 12:03 pm

...Boxed program does not run

Post by eduquint »

Hi,

Your product would certainly help me a lot, if it worked.

I use Windows 8 64-bit, and all my programs are developed using C# 5.0, .Net 4.5, and VS 2012.

After creating a new project, I added to it the executable and all the files in the program's directory, and generated the boxed version.

The .boxed file is always generated, but if I will not run. I tried using Windows 7 compatibility mode, but to no avail. When I click in the .boxed file, nothing happens. No error messages, nothing...

Are your product compatible with my setup? Am I missing something here?

Thanks in advance for your support.

Eduardo Quintana
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: ...Boxed program does not run

Post by Enigma »

Hi Eduardo,

For the accurate reply it would be needed to analyze your program. If possible, please send us non packed files at vbox@enigmaprotector.com and some description of how to run it.

Also, please try to enable all options on the Options tab.

By the way, the most common problem, which appears with .net programs happens because the name of packed file is not the same as file name of non packed. For example, your app.exe after packing becomes app_boxed.exe. But the file like app.exe.config keeps the same name. So if you just rename the file to app.exe it will be working well.
Post Reply