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...
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...
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 ...
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 ...
If one will release clickonce version, how can it be obfuscated by dotfuscator?
.net application
...
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
...
Does anyone know if Dotfuscator supports WinPhone7 and XNA applications ?
...