Posts
Sort by recent activity
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...
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...