We are experiencing two issues using C# to extend Visual Studio 2003. The solution being extended contains multiple Enterprise Templates (ETP) that each contain one or more projects of various types. The first problem is that we need to extend the properties displayed in the
Hi All, The VC++ 8.0 program below compiles in Visual_Studio_2005. It's attempting to automate Visual_Studio_2005 to do: DTE.ItemOperations.OpenFile("C:\__\X\In.TXT") Invoke(OpenFile) returns DISP_E_MEMBERNOTFOUND, 0x80020003.
I have a ToolWindow addin to VS from which I am able to create components and add them to a form. However I can't figure out how to add proper class reference. For instance I place a BindingSource on a form like this: