| Thread | Last Post | Replies |
|
| how to get symbol information from another project? | 16 May 2006 14:09 GMT | 1 |
I made a custom VS project for the laguage; and I need to get symbolic informaton from C#/VB/etc projects, so intellisense in my project will be able to complete type names from referenced projects. How can I get this information?
|
| my break points dont be hit | 16 May 2006 14:03 GMT | 2 |
I had a shared add-in that worked so good on word but now i dont know what happend that i stopped to work , ms word seems to be dead it does not answer to any add-ins at all. i use VS 2005 and C# and office 2003
|
| Handling a StandardCommands not defined in any VS default .ctc | 16 May 2006 07:17 GMT | 4 |
I have written my own package with its own .ctc. In this ctc, I populate my menus with default commands and new commands. This works well except in one case. The problem I am facing is how to deal with commands that are defined by a StandardCommand field but have not been defined ...
|
| Add reference and existing item problem | 15 May 2006 12:11 GMT | 6 |
Good morning, We are attempting to integrate a proprietary source control management system into Visual Studio 2003. To accomplish this goal we need to capture and retrieve information from several events including add reference and add
|
| Missing Context Menu Items | 09 May 2006 13:00 GMT | 3 |
I am currently porting a VSIP project that was originally written for VS 2003 (and 2002 before that) and after migration (which has been successful on the whole) I am missing context menu items for Solution Build/Rebuild when a solution consists of projects of only my type.
|
| Typed dataset generation | 08 May 2006 23:05 GMT | 1 |
Is there some way to tap into the methods used by vstudio to generate strongly typed datasets? Whatever the DataAdapter designer uses when you right click an adapter and select "Generate Dataset"...... We're doing some generation tailored to our own uses but really don't want
|
| [VSIP custom project] How to change project icon in solution explo | 08 May 2006 14:16 GMT | 1 |
|
| Extending Visual Studio IntelliSense | 08 May 2006 13:41 GMT | 3 |
Is it possible - using Macros or Add-Ins to add more entries to the IntelliSense combo-box in certain situations? Thanks ahead --sternr
|
| Problem with project extender properties for ETP projects | 07 May 2006 09:46 GMT | 5 |
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 problem is that we need to extend the properties displayed in the
|
| IVsBuildableProjectCfg::StartUpToDateCheck - synchronous or asynch | 05 May 2006 07:58 GMT | 1 |
I'm implementing a custom project system using native COM/ATL. IVsBuildableProjectCfg::StartBuild and StartClean run asynchronously. For example, a call to StartBuild just starts the build, and the call returns before the build operation is complete. Synchronization is handled ...
|
| Attributes to modify compiler output? | 05 May 2006 06:22 GMT | 1 |
I suspect it's unlikely, but you'll never know until you ask, but are there any attributes that would allow us to contribute to the compiled output? e.g. // this class exists in a separate, compiled assembly for the compiler to load during compilation
|
| VS.Net 2005 ... macros will record, but not run/play | 04 May 2006 00:03 GMT | 3 |
I can record macros, but when I go to run/play then, I get brief hourglass, brief flash of icon in taskbar, but the macro does not run (nothing happens). Is there a setting in VS, or Windows ,OR IE or whatever that could prevent a
|
| vs 2005: What happened to AssemblyFolders reg key? | 03 May 2006 21:20 GMT | 5 |
I am moving to VS2005 from VS2003. I have some .NET custom controls that I want to appear in the toolbox. These controls load other assemblies, so I need to specify the path to the dependent assemblies. In VS 2003 this was done with a registry key AssemblyFolders.
|
| CodeModel How to connect Components to Eventsmethods | 03 May 2006 19:36 GMT | 3 |
By using IDesignerHost I am able to create components and add them to a form. Using FileCodeModel I can navigate in my code to find an insertion point and then inject a method by means of StartPoints and CreateEditPoint. Lets say I have injected the Form_Load method into the ...
|
| ProjectAggregator2 -- Installation failed. | 03 May 2006 16:56 GMT | 2 |
Using SDK 2006.4 and trying to base our package on "ProjectBase" it seems we have to redistribute & intall ProjectAggregator2.msi... Am I right? However whenever I try to msiexec /qb /i ProjectAggregator2.msi I get the following error message: "Microsoft Visual Studio
|