View previous topic :: View next topic |
Author |
Message |
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Sat Jun 15, 2013 5:31 am Post subject: |
|
|
Try running that command from a command prompt and see what the output is. ie run the following in a command prompt
Code: | "C:\Program Files (x86)\Infralution\.NET Encryptor\bin\NetEncryptor.exe" "C:\Users\Javier\Documents\Visual Studio 2008\Projects\.NET Encryptor\Samples\VS2008\C#\TestApp\bin\x86\Debug\TestApp.exe" /outdir:"C:\Users\Javier\Documents\Visual Studio 2008\Projects\.NET Encryptor\Samples\VS2008\C#\Bootstrapx86\Assemblies" |
_________________ Infralution Support |
|
Back to top |
|
|
Javier
Joined: 09 Oct 2009 Posts: 215
|
Posted: Sat Jun 15, 2013 11:54 am Post subject: |
|
|
I don't know how to place an image here, but it says:
"The system cannot find the path specified." |
|
Back to top |
|
|
Javier
Joined: 09 Oct 2009 Posts: 215
|
Posted: Sat Jun 15, 2013 12:17 pm Post subject: |
|
|
I found the problem. The path that works is as follows:
Code: | "C:\Program Files\Infralution\.NET Encryptor\bin\NetEncryptor.exe" "$(ProjectDir)..\TestApp\$(OutDir)TestApp.exe" /outdir:"$(ProjectDir)Assemblies" |
|
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Sat Jun 15, 2013 1:02 pm Post subject: |
|
|
Sorry I didn't realize that you were on a 32bit operating system. That is why we don't specify the full path in the build event normally (because it is different for 32 and 64bit systems) - however in your case the PATH wasn't working for some reason. _________________ Infralution Support |
|
Back to top |
|
|
|