| Thread | Last Post | Replies |
|
| VS2005 Automation : Call was rejected by callee error | 08 Mar 2006 11:38 GMT | 1 |
I am trying to do some VS 2005 automation. I am basically trying to create a VS solution with a standard set of projects for a given Customer solution (call into EnvDTE80.Solution2.AddFromTemplate( )) All seems to work fine just up to the point when I want to create web projects
|
| 'Add to Source Control' function via VS Automation | 08 Mar 2006 10:04 GMT | 1 |
I have been going for the Automation interfaces of VS 2005 in order to find an entry point to add a given VS solution to Source Control in a programmatical way. Can you please show me with how I should go about this ?
|
| Adding an entry to a context menu. | 07 Mar 2006 18:10 GMT | 2 |
The Server Explorer has a list of database connections in VS2005. I am writing an add-in and I would like to add an entry to the context menu that comes up when you right-click on the data connection. But I can't figure out how to get to that context menu programmatically.
|
| Serialising a form, how to get components | 07 Mar 2006 13:04 GMT | 6 |
I'm attempting to "store" forms in a SQL database, and have so far successfully been able to store the form and all the controls that are on the form, in the controls colleciton. However i cannot work out how to access components that have been added, such as a ...
|
| .vshost.exe | 05 Mar 2006 21:05 GMT | 1 |
Is there a way to control the creation and destruction of .vshost.exe process?
 Signature Martin Kulov
|
| Visual Studio 2005 Help Integration | 04 Mar 2006 01:02 GMT | 1 |
What is the right approach to integrate help into VS2005. I did following 1. Installed VS help integration wizard 2005 2.Selected merge module
|
| IExtenderProvider that doesn't go away | 03 Mar 2006 22:30 GMT | 1 |
I'm creating an extender (Iextenderprovider, etc) similar to as shown in the SolutionExtender C# samples for VSIP with VS2005, except that I'm extending projects. Is there a way to get the extender to refresh every time i select a new project in the Solution Explorer? Right now, ...
|
| Visual Studio 2005 C++ code model question | 02 Mar 2006 09:17 GMT | 2 |
Can the code model be used in a macro to determine which routines in a C++ file do not contain a try-catch block? Is there a macro sample that would help? Thanks,
|