Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
419 views

Visual Studio Shell - Creating a Custom IDE

I know this is a very broadly scoped question, but what do I need to know to begin creating a branded, custom IDE for course-ware using the VS Shell in isolated mode. Very little useful info on this ...
5
votes
4answers
2k views

Microsoft Visual Studio SDK DSL Tools - Any serious takers?

We are considering Microsoft DSL toolkit for creating some abstract designers. I already did some POCs, but would like to get some opinions on the same. Any one here to share their experiences ...
3
votes
1answer
94 views

Is there a Preprocessor Option that display when header files are preprocessed?

Looking through the MSDN, I would say no; however, I thought I would ask here before I give up. Is there a preprocessor option for Visual Studios that displays when a header file is included? ...
3
votes
1answer
128 views

How can I programmatically retrieve a loaded project in Visual Studio 2008?

I want to create an hour counter to monitor my development time on a project. I want the time to increase whenever a certain project is active in Visual Studio 2008. Can I progammatically find out ...
2
votes
1answer
39 views

VS SDK: ToolWindowPane hides when debugging

I used the VS 2010 SDK to create and show a custom ToolWindowPane with a WPF control as content. I create a new instance and show it each time a Tool menu item is clicked (the ProvideToolWindow ...
2
votes
1answer
82 views

Custom reference types

It's always been possible to add references for your project in Visual Studio. These show up under the special "References" folder in the solution explorer. You can also add service references, which ...
2
votes
2answers
114 views

MVC 3 showing user specific data

I am trying to create a web site app using MVC 3- The problem is I want to setup a website where a user signs in they see data only specific to them. For example when you log into facebook, you only ...
2
votes
1answer
364 views

VS2010 syntax coloring: how to obtain the previous classification type

I'm trying to play with the new syntax coloring capabilities of VS2010 based on Noah Richards' diff coloring sample. The goal is to create syntax coloring for SpecFlow (http://www.specflow.org). In ...
2
votes
2answers
998 views

Designing a Visual Studio 2010 Integration Package

I'd like to get started with the Visual Studio 2010 SDK and creating integration packages. All I would like to do for now is provide a new project type and language service. However, I don't know how ...
2
votes
2answers
2k views

Get a list of Solution/Project Files for VS Add-in or DXCore Plugin

I am trying to write a add-in for Visual Studio that, among other things, needs to keep track of every file in a Visual Studio solution. I know what events I need to subscribe to (when a Solution is ...
1
vote
0answers
31 views

DTEEvents.OnStartupComplete event not working for VSPackage (VSSDK2010)

In the Package constructor I added the event handler for OnStartupComplete event. But when I run the code, the the event handler is not called. What am I doing wrong?
1
vote
2answers
114 views

VS2010 SDK - Adding Display Items to the Fonts and Colors options dialog

I'm trying to add custom Display Items to the Fonts and Colors dialog. I can successfully save and retrieve colors using the IVsFontAndColorStorage service but the items do not appear in the list of ...
1
vote
1answer
226 views

How do I get a list of connected TFS projects in Visual Studio?

Using the Visual Studio 2010 and TFS 2010 SDK, I want to get the list of projects in the current collection that the user has selected. How do I do this? I can get the collection uri with this ...
1
vote
1answer
272 views

Programmatically adding and editing the Targets in a Visual Studio Project File

I am trying to programmatically add the following Target to my Visual Studio Project File. <Target Name="PostBuildEvent" Condition="'$(PostBuildEvent)'!=''" ...
1
vote
1answer
156 views

Hooks for the background compilation in Visual Studio 2008/2010?

Is there a set of events, a service, or any other API in the Visual Studio SDK for Visual Studio 2008 and/or Visual Studio 2010 that allows you to hook into the background compilation service and ...
1
vote
0answers
322 views

IntelliSense based snippet handling with Visual Studio 2010 SDK MEF Based text editor

Using the new Visual Studio 2010 SDK developing against the MEF based editor structure there's a question: How can I use the MEF editor interfaces to handle snippet behavior in IntelliSense? The ...
1
vote
1answer
195 views

Template not found for VS Shell Isolated IDE

When I try to create a Visual Studio Shell Isolated project, I get an error that says the specified template cannot be found. I have downloaded and installed the shell and VS SDK setups, and Google ...
1
vote
1answer
333 views

Is it possible to add a New Project Wizard with a VSPackage?

I have a VSPackage for Visual Studio 2008 that I created for adding some editor and custom language functionality. I also have a need to add a new project/solution wizard to create a new Solution and ...
1
vote
1answer
941 views

TFS Client APIs for creating workitem templates?

Of course, it is pretty possible to create work items, get a list of work items etc in TFS. In addition to this, we need to have the functionality of allowing our users to create their own work item ...
0
votes
0answers
6 views

What event do I have to wait for to safely access IWpfTextView.TextViewLines

I'm starting out writing an adorner for the VS editor and my data is heavily based on line numbers, so I need access to the TextViewLines property on IWpfTextView to calculate my set of adorners. ...
0
votes
0answers
38 views

How do I programmatically find out the Action of each StartUp Project in a solution?

Under Solution->Properties, I can set multiple start-up projects: I know that I can get the list of projects marked with "Start" (by using EnvDTE: solution.SolutionBuild.StartupProjects), but how do ...
0
votes
1answer
28 views

Handling Visual Studio 2010 events

Is it possible to handle Visual Studio events? For example, to perform some operations when the user opens the Toolbox. Using VS2010 SDK how can I do something like this? Also, how do i know that ...
0
votes
0answers
35 views

Different ways of loading WPF controls into Visual Studio Toolbox

What are the different ways to load custom WPF controls into the Visual Studio's Toolbox. Pros/Cons of these would be of great help. What is the best way to load the WPF controls to toolbox while ...
0
votes
0answers
31 views

Why can't VS create a VSPackage project with a Custom Editor?

I am trying to create a VSPackage project (using the Visual Studio 2010 SP1 SDK), which works perfectly when I don't add a Custom Editor. But when I do, it's stuck at "Creating project VSPackageX..." ...
0
votes
2answers
117 views

How to modify Visual Studio context menu of project file and add a command to it

I have created new type of project for Visual Studio 2010 (By dint of Visual Studio SDK) and this project consists of *.pat files. *.cpp files have in theirs context menu option "compile". I want to ...
0
votes
3answers
111 views

VisualStudio API: include existing folder without recursively adding all the contents?

Currently I'm using: EntDTE.ProjectItems.AddFromDirectory() to include the existing folder into VS project model, but this method includes into project all the contents of this folder too. Can ...
0
votes
1answer
212 views

How to display popup window (not tool window) from Visual Studio extension?

I wanna unobtrusively ask users of my extension to donate after 2 weeks of usage. Non-modal window would be better than a modal one.
0
votes
1answer
47 views

Removing editor tags with Visual Studio SDK

Is it possible to remove already applied editor tags? I only found a way to add new tags, but this doesn't allow me to override or remove existing tags. As a sidenote, my scenario is the following: ...
0
votes
2answers
4k views

Where can I find WSDL.exe?

I have Visual Studio 2010 Ulitmate (with MSDN Premium), but I can't seem to find this file. I have tried installing the Visual Studio SDK but I can't seem to find the file. I have looked in: ...
0
votes
0answers
59 views

VS 2010 DSL tool

I have VS 2010 and I installed SDK and VMSDK .. but it seems like VMSDK is not installed properly I can find the extensibility of SDK in file -> new project -> other project type but VMSDK is no ...
0
votes
1answer
109 views

Interact with Visual Studio without putting a dependency on the SDK?

I've got some Workflow Foundation 4 ActivityDesigners that I'd like to have interact with the Visual Studio IDE (the fact that they are WF4 doesn't relate to the question). These designers are ...
0
votes
2answers
121 views

Visual Studio 2010 + SDK 2008

Is it possible to install VS SDK 2008 to use with VS2010 without installing VS2008? Thank you.
0
votes
1answer
190 views

Visual Studio 2010 SDK open a project specific editor

I'm trying to open a new document (a document that I am creating) in my VSProject using the steps described here: How to: Open Project-Specific Editors However I'm not having much success - the ...
0
votes
1answer
105 views

Feature Builder multiple projects and parameters

I am using Visual Studio Feature Builder to create a new Guidance in my office. Everything was working fine until I smashed my head against the multiple project template. When you create a multiple ...
0
votes
2answers
230 views

What do I need to install to get Microsoft.TeamFoundation.WorkItemTracking.Client.dll?

Do I simply need to install the VS2010 SDK? Is there such a thing as the TFS2010 SDK, and if so, would that be the thing I need to install, and if so, where can I get it? On Microsoft's "Extend ...
0
votes
2answers
473 views

Access “Embed Interop Types” property of a project reference programatically

I am writing a plugin for Visual Studio, I am able to see all the properties of all the references for a project, except for one property. How can I access the "Embed Interop Types" property of a ...
0
votes
2answers
808 views

VS2010: VSIX installation doesn't deploy item templates inside it

Given demo solution with two VSX-projects: 1. Add New Project -> Extensibility -> Item Template - "ItemTemplate1" 2. Add New Project -> Extensibility -> VSIX Project - "VSIXProject1" I did no changes ...
0
votes
1answer
38 views

Does __VSFINDRESULT have an incorrect value?

I'm creating a custom Visual Studio editor and am currently trying to enable find and replace. In the IVsFindTarget.Find method it says to return __VSFINDRESULT.Found and I'm assuming ...
0
votes
1answer
361 views

Compile error when trying to debug a Visual Studio integration project

I'm currently working on a Visual Studio integration project for VS2010 (a custom highlighter) I'm using Irony and the LanguageServiceTemplate from this Code project article. However that template is ...
0
votes
1answer
42 views

IVsEditorAdaptersFactoryService.CreateVsTextViewAdapter throws an object null reference

I'm trying to create a IVsTextViewAdpater with the IVsEditorAdaptersFactoryService but when I call CreateVsTextViewAdapter it throws an object null reference: var editorFactory = ...
0
votes
1answer
128 views

Visual Studio Shell Based Application

My new project would be a custom IDE for proprietary Application creation. This can be a Shell based application on VS Shell. I wanted to know what are the license requirement for these kind of ...
0
votes
1answer
103 views

Adding resources to solution explorer in experimental hive

I'm currently working on a project using DSL tools in Visual Studio 2008. Is there a way to automatically add a resource into the solution explorer of the experimental hive at runtime? I'm creating ...