smartassembly

How do I maintain deserialization compatibility across obfuscated and debug builds?

Hi all, I'm trying to get the {smartassembly} .NET obfuscator to work with my system. I currently store user data in a series of serialized dictionary classes, and then deserialize those classes to get the data back. I'm already ignoring assembly version information, just because that way making life a pain. That code is adapted from...

Tools that Obfuscate .NET Microsoft Office Add-in

I'm working on a team developing a .NET Microsoft Office Add-in. We're looking at obfuscation solutions to help protect our licensing procedures. We're primarily looking at tools like Dotfuscator Professional and smartassembly. My first question is whether anyone has experience using smartassembly with an Office add-ins? Dotfuscator ...