Hi
I've been doing VS package migration from 2008 to 2010 and this particular piece of code throws COMException (This method or operation is not implemented) when I try to access "Type" property.
CodeVariable2 variable = ... if (variable.Type.TypeKind == vsCMTypeRef.vsCMTypeRefArray)...
The actual types of inspected model are strings, lists etc. This works well in 2008 though.
Is this a known issue and if so - could anyone suggest another way to find out about the variable type?
Thanks.