#1
|
|||
|
|||
Process completed with exit code -1073741502
Good day everyone.
I have a run program task in Visual Build that keeps failing as follows: 8/26/2014 2:38:27 PM: Building subroutine step 'Obfuscate'... "C:\Program Files (x86)\LogicNP Software\Crypto Obfuscator For .Net 2013 R2\co.exe" projectfile=E:\Builds\15\eEye.RetinaCS\Mainline-Release\Sources\Setup\ScrambleTheCode.obproj Process completed with exit code -1073741502 8/26/2014 2:38:28 PM: Step 'Obfuscate' failed This is a Run Program Task that calls the Crypto Obfuscate command line exe. Here is the XML snippet from the build file: <step action='Run Program'> <ShowCmd type='11'>-1</ShowCmd> <buildfailsteps type='11'>0</buildfailsteps> <command>%OBFUSCATION_EXE_PATH% projectfile=%PROJDIR%\ScrambleTheCode.obproj</command> <continueonfail type='3'>1</continueonfail> <indent type='3'>1</indent> <name>Obfuscate</name> <options type='3'>1</options> <outputfrom type='3'>1</outputfrom> <password encrypted='1'>GM3oPP48Z+H6auS4/qGvgw==</password> <successcodes>0</successcodes> <username>administrator</username> </step> Any help would be really appreciated. Gordon |
|
|