Activity overview
Latest activity by doobop
Error creating custom UnhandledExceptionHandler
Hi,
I am trying to create a custom WPF error reporting dialog and UnhandledExcpetionHandler. For my UnhandledExceptionHandler, I have
public class SmartAssemblyReportingExceptionHandler : Unhandle...
Best practice for Obfuscating a common .dll
My deployment has 2 executables and a group of common .dlls which the 2 executables use. I currently have one project for the primary .dll and one project for each .exe (3 projects total). The ....
The issue was found. There were a couple of issues. One dealt with how the drive mapping resolved on the TFS build machine. The second was were SmartAssembly pulled assemblies. Since it may pull things from the GAC, there were .dll's on my machine that weren't present on the build machine. / comments
The issue was found. There were a couple of issues. One dealt with how the drive mapping resolved on the TFS build machine. The second was were SmartAssembly pulled assemblies. Since it may pul...
Calling SmartAssembly from MSBuild Exec task in TFS build
I need to generate Obfuscated code on our build server. Our application uses log4Net so we are calling SmartAssembly from an Exec task rather than the SmartAssembly.Build task. This works fine on...
Accessing Developers License that come with .NET Toolbelt
We recently purchased the .NET Toolbelt which comes with 100 SmartAssembly Developers licenses. But, we have no download or serial number for the developer version - just the full serial number an...