Click here to Skip to main content
15,908,013 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using dotfuscator for the protecting of my hello.exe and supporting files like hello.dll,hello.xml.But the problem is that dotfuscator is taking input as only hello.exe file,and dotfuscate it.But it's not executing. I think after the dotfuscation the dll & xml is not supporting to the exe. I am using command
"dotfuscator -in:C:\Users\Administrator\Desktop\Hello\bin\x86\Debug\Hello.exe"
It's working fine,but the command
"dotfuscator -in:C:\Users\Administrator\Desktop\Hello\bin\x86\Debug\Hello.exe,Hello.dll,Hello.xml".
The given error is "Input assembly Hello.dll does not exist" even the Hello.dll is also there
Posted
Updated 24-Aug-11 0:38am
v4

1 solution

I would highly recommend using the config file rather than args for the files. Way easier to troubleshoot.

http://msdn.microsoft.com/en-us/library/ms227198(v=vs.80).aspx[^]

Cheers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900