Activity overview
Latest activity by astanton
Error saving configuration file on exit
Upon exit, reflector now displays a message box "Error saving configuration file: Object reference not set to instance of object."
This started happening at least a month ago, when I updated to the...
Clive,
Thank you! I knew it was in there somewhere, just figured the framework would behave similarly to declaring Const's. Thats what I get for assuming.
-Andrew / comments
Clive,
Thank you! I knew it was in there somewhere, just figured the framework would behave similarly to declaring Const's. Thats what I get for assuming.
-Andrew
Disassembly of ReadOnly fields
If I declare the followingPublic Shared ReadOnly MY_CONST as String = "myConst"
I cant use the search text to find the value "myConst". Also, the disassembly does not show the literal. Is this br...