dotfuscator

How to enable Automatic obfuscation in Team Build using dotfuscator and TFS 2008?

Hi all, I am trying to accomplish Build Automation (Continuous Integration) using TFS 2008 and VS 2008. We have a Web based (.Net) product which contains a number of small and large projects (Some C# and Some Vb.Net based). A source control server is already in place that is being used for version Management(later referred as Data Ti...

errors during dotfuscator 4.5 task with TFS Build (Team Build with TFS 2008)

Hi all, I am invoking dotfuscator task via TFS Build a.k.a Team Build , taken from -=Dotfuscator Task with Team Build =-and receiving the following error: Build FAILED. (AfterCompile target) -> error MSB4061: The "Dotfuscate" task could not be instantiated from the assembly "C:\Program Files\MSBuild\PreEmptive\Dotfuscator\4.0\PreEm...

How to get Dotfuscator to work from command line?

I've tried dotfuscator.exe /in:myassembly.dll, According to the command line documentation, this should dotfuscate my DLL. It just immediately returns to the command line, doing nothing. When I try dotfuscator.exe dotfuscator1.xml Dotfuscator GUI appears with that .xml file loaded instead of operating on my assembly. Note I'm ...

How can i update my postbuild file??

Hii, I want to synchronize my postbuild file with the source file, like if any source file will deleted or removed then it will automatically get to know about. So, it will not show me any error or need to recreate postbuild file again.. If anyone use the xenocode Postbuild Add-on for visual studio. This will automatically create the ...

How to use obfuscation for clickonce?

If one will release clickonce version, how can it be obfuscated by dotfuscator? .net application ...

Dotfuscator not in VS2008?

Hey. I've got VS2008 professional edition installed and can't find Dotfuscator. I also can't find anywhere to download the community edition. It seems that Dotfuscator should already integrated into VS2008, but I only have other tools visible such as Reflector. Is there a way to download Dotfuscator separately? Thanks ...

Dotfuscator for WinPhone 7 and XNA

Does anyone know if Dotfuscator supports WinPhone7 and XNA applications ? ...