How to dotfuscate mixed-code dlls in Dotfuscator Community Edition - 3.0 ?

AroshaN

New member
Joined
Jan 30, 2006
Messages
1
Programming Experience
1-3
I'm using the 'Dotfuscator Community Edition – Version: 3.0' , which comes with Visual Studio .NET 2005. I want to dotfuscate some mixed code modules, but the the following build error occurs.
Module <......> is a mixed code module. This edition does not support mixed-code modules at this time.
Does this 'Dotfuscator Community Edition – Version: 3.0' support dotfuscating the mixed code modules' ? If so, are there any configuration options to be set ( in the xml configuration file , or at the command line )? I have only set the 'library' option.
<inputassembly>
<option>library</option>
<file dir="${input_dir}" name="....<name>.....dll" />
</inputassembly>
But this works fine for other dlls (including the strong-name dlls).
 
Differences in Dotfuscator Editions

If you need support for mixed-code modules, consider upgrading to a higher version of Dotfuscator.

Dotfuscator Professional and Standard Editions can process assemblies containing managed and unmanaged (native) code, such as those created by the Managed C++ compiler.

For other differences see here:
http://www.preemptive.com/products/dotfuscator/Editions.html
 
Back
Top