Comments
Sort by recent activity
I tried to run the small piece of code of the previous post in the macro IDE of VSNET 2005 PRO and I get a ComException with the following message :
Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))
The error is caught on the line :
props = DTE.Properties("Debugging", "General")
After a search, i ended up on the following web site which states which properties can be accessed using automation and this one is not part of them ! http://msdn.microsoft.com/en-us/library ... 42(v=VS.80).aspx
Francois / comments
I tried to run the small piece of code of the previous post in the macro IDE of VSNET 2005 PRO and I get a ComException with the following message :
Invalid index. (Exception from HRESULT: 0x800200...