Activity overview
Latest activity by scottbilas
I loaded VS2005 and the option was enabled, so I disabled it. But it made no difference - back in VS2008 I still get the complaint.
I tried using DTE.Properties() in a macro and I can query properties just fine EXCEPT for DTE.Properties("Debugging", "General") which is where the property is that you are querying. For that I get a TYPE_E_LIBNOTREGISTERED.
This is obviously something wrong with my machine and not the Red Gate software. Probably some add-in. Though it would be better if the error was reported instead of catching it in a general exception handler.
Anyway, my question becomes: how about putting an "ignore this" button on that dialog? I am absolutely sure this option is disabled, and this dialog is preventing me from testing your software. It's just a safety anyway, right? / comments
I loaded VS2005 and the option was enabled, so I disabled it. But it made no difference - back in VS2008 I still get the complaint.
I tried using DTE.Properties() in a macro and I can query propert...
Yes I am quite sure the option is off. I checked the GUI to be sure.
This is VS2008 "Team System". Version 9.0.30729.4108 QFE. / comments
Yes I am quite sure the option is off. I checked the GUI to be sure.
This is VS2008 "Team System". Version 9.0.30729.4108 QFE.
VS add-in incorrectly saying "turn off Enable Just My Code"
I'm trying to use the Reflector VS addin feature "Choose assemblies to debug" and it pops up a dialog telling me to turn of Enable Just My Code.
The thing is, that flag is already off. I wouldn't b...