How can we help you today? How can we help you today?
CodeGuru
Limit Error Reports from older versions?
We've been using the error reporting feature of SmartAssembly for years. Over those years we've released hundreds of new updates. Is there a way to silently reject error reports that are from older...
2 followers 2 comments 0 votes
<Maps LocalPath="D:\SmartAssembly\" /> doesn't work.
Using the instructions listed at the bottom here:http://www.red-gate.com/supportcenter/C ... 362539.htm I have edited my settings file as follows.... <SmartAssembly.Settings> <Options> <Maps LocalP...
2 followers 2 comments 0 votes
Obfuscating enum names when enum is .ToString()'d
The bug I described here:http://www.red-gate.com/MessageBoard/vi ... hp?t=12231 STILL exists in the latest version of 6. Its pretty frustrating have to put my exe's through IDA just to make sure Sm...
2 followers 4 comments 0 votes
Obfuscating enum names when enum is .ToString()'d
Say for instance I haveClass Drawing &#123; enum Color &#123; red, blue, &#125; &#125; and I reference it by: Color myColor = Color.red; myColor.ToString(); Smart Assembly will not ...
2 followers 2 comments 0 votes