View previous topic :: View next topic |
Author |
Message |
Javier
Joined: 09 Oct 2009 Posts: 215
|
Posted: Wed Sep 17, 2014 2:57 pm Post subject: Assembly not being encrypted |
|
|
For some reason the first line of the code below is being completely ignored, and the assembly EntryPage.enc is not being included in the Assemblies folder, even when EntryPage.exe exists in the right location. No error messages. All the other assemblies are ok. What may be wrong with this particular assembly? I'm not sure what to check. Please advise.
Code: | "C:\Program Files\Infralution\.NET Encryptor\bin\NetEncryptor.exe" "$(SolutionDir)EntryPageRetain\bin$(ConfigurationName)\EntryPage.exe" /outdir:"$(ProjectDir)Assemblies"
"C:\Program Files\Infralution\.NET Encryptor\bin\NetEncryptor.exe" "$(SolutionDir)AboutBoxRetain\bin\$(ConfigurationName)\AboutBoxRetain.dll" /outdir:"$(ProjectDir)Assemblies"
"C:\Program Files\Infralution\.NET Encryptor\bin\NetEncryptor.exe" "$(SolutionDir)RetWall\bin\$(ConfigurationName)\RetWall.dll" /outdir:"$(ProjectDir)Assemblies"
"C:\Program Files\Infralution\.NET Encryptor\bin\NetEncryptor.exe" "$(SolutionDir)Bending\bin\$(ConfigurationName)\Bending.dll" /outdir:"$(ProjectDir)Assemblies" |
|
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Thu Sep 18, 2014 3:52 am Post subject: |
|
|
Looks like you're missing the "\" between the "bin" and the $(ConfigurationName) _________________ Infralution Support |
|
Back to top |
|
|
Javier
Joined: 09 Oct 2009 Posts: 215
|
Posted: Thu Sep 18, 2014 8:51 am Post subject: |
|
|
The solution is sometimes simpler than what we thought. Thank you. |
|
Back to top |
|
|
|