How can we help you today? How can we help you today?
eric-914
Problem with (named) embedded resources
This is similar to this posted question: https://forums.red-gate.com/viewtopic.php?t=16180 I've got a pair of embedded resources, both are Excel files, of which I differentiate by names: :arrow: R...
1 follower 1 comment 0 votes
Minor request to SmartError
Can you add the text GMT to the date/time, as below? It'd make the date/time more appropriate. An error has been reported in:[Product Name] Build v2.0.0.3 from 12/10/2014 3:43:55 PM GMT An except...
1 follower 1 comment 0 votes
SmartAssembly via NAnt
Anyone have an example of how to call SmartAssembly via NAnt? I'm working on building a deployment script in TeamCity build server, and although I can get it to obfuscate my .dll's/.exe via a comma...
0 followers 0 comments 0 votes
Testing obfuscated .dll's :?:
I'm wondering if someone's got suggestions about my situation: I've got tests that reference classes in my .dll. Now after obfuscation, these class names do not exist, they've been changed. This, ...
0 followers 0 comments 0 votes
S/A requires more explicit dependencies than MSBuild does?
I have a .dll named "MyProject", which uses another .dll I made named "MyLibrary". "MyLibrary" has a reference to: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling I've got a reference in "...
2 followers 3 comments 0 votes
WPF / ValidationRules / Generics / Enumerations problem (C#)
Hello, this is occurring w/in WPF and a control's validation rules definition, but I suspect it's more a problem regarding generics. I've got the following generic class that derives from Validatio...
1 follower 1 comment 0 votes
[DoNotObfuscateType] Apply to class name only?
Is it possible to add the [DoNotObfuscateType] to a class in such a way that the name of the class is left alone, while everything w/in it becomes obfuscated? My program is saving the class names t...
1 follower 1 comment 0 votes
[DoNotPruneType] doesn't work w/ static classes?
I've got a static class that is only referenced via XAML. S/A in turn thinks this static class is prunable, which it isn't. If I mark the class [DoNotPruneType], and run, the program breaks becaus...
2 followers 2 comments 0 votes
Pruning Report?
Just wondering if for a future feature, S/A could generate a pruning report, detailing everything it deemed "prunable" and removed. It would make it so much easier tracking down what I need to mar...
1 follower 1 comment 0 votes
SmartAssembly.Attributes required to be installed in the GAC
Someone please explain this error message, and why in God's name is it required to be in the GAC of my client machines? :evil: System Update Required Unable to install or run the application. The...
2 followers 2 comments 0 votes