Dotfuscator problem with c# dll's

  • Thread starter Thread starter RA
  • Start date Start date
R

RA

Hi

I have a c# project who load some other c# assemblies.
I took one of the dll assemblies and ran the Dotfuscator and produce the
output assembly.
I added this assembly to the project (add reference) and the project doesn't
compile. It doesn't recognize the new added assembly. Whats wrong? Do I have
to use the Dotuscator on the entire project or can I have only some of its
assemblies Dotfuscator?

Thanks
 
Hi

I have a c# project who load some other c# assemblies.
I took one of the dll assemblies and ran the Dotfuscator and produce the
output assembly.
I added this assembly to the project (add reference) and the project
doesn't
compile. It doesn't recognize the new added assembly. Whats wrong? Do I
have
to use the Dotuscator on the entire project or can I have only some of
its
assemblies Dotfuscator?

Use 9Rays.Net Spices.Obfuscator , this tool allows you to obfuscate set of
assemblies (project).
 
Back
Top