Visual Studio 2012 closes my new solution
HiI am creating a VS2012 wizard to create a C# solution, using a similar approach tothis article, except that I have a New Project template that fires my wizard.This is my IWizard implementation:...
View ArticleLanguage Service: Support for color themes in custom colorable items?
Hi everyone,I am about to implement a custom language service that will provide a set of custom colorable items. If I get the MSDN docs correct, this article describes the interfaces I need to...
View ArticleSDK Package: Visual Studio 2012 quick find adornment reusage.
I develop an extension for Visual Studio that registers a custom non-text document, that allows user to find some elements in it. The window pane implements IVsFindTarget and specifies...
View ArticleHow to determine fonts and colors for a given Theme
Does anyone know how to determine (in an add-in to Visual Studio):1. The list of themes 2. the fonts and colors for any given themeRegards,Joginder Nahilwww.starprinttools.com
View ArticleHow to close a solution if a single Project load fails in isolated shell...
How to close a solution if a single Project load fails in isolated shell application?Thanks in advance.
View ArticleHow to Remove the Outlining Margin
How do I remove the outlining margin in the VS2012 text editor? I don't want to just disable outlining, I want to get rid of the entire margin area on the left side of the screen. If you can't get rid...
View ArticleHow to debug a project template with a custom wizard?
We have a project template with a custom wizard.Template's project file (.vcxproj) contains a few conditional blocks ($if$/$elseif$/$else$/$endif$). Is it possible to get detailed error report when...
View ArticleActivating visual studio add-in form, after showing ToolWindow
Hello, I am currently developing a Visual Studio 2012/2010 add-in.When I'm invoking (Exec) my add-in, i'm trying to show a ToolWindow that i've created, and then open a WinForm I...
View ArticleWhich Visual Studio API to use to link the time of execution to the specific...
HiI am creating a Visual Studio Plugin/addin.What I want to do is this-The user activates my plugin. Now he runs his program.Once program starts running, my plugin notes the exact time at which each...
View ArticleCloseSolutionElement syntax incorrect on MSDN
None of the code below is working for me to explicitly close a solution while load, I am trying to do it in IVsSolutionLoadManager implementation.Also syntax to close entire solution is incorrect. I...
View ArticleIVsAppContainerProjectDeploy::StartDeployAsync stuck in "PENDING" status
Hi,I am trying to deploy a Windows Store app project using "IVsAppContainerProjectDeploy::StartDeployAsync", but for some reason after calling the function; the functions...
View ArticleHow to load the previous version assemblies to VS2013 Preview?
Hello,I tried to migrate my VS2012 based VSPackage (project system and language service) to VS2013 preview. I would like to create the common packages for VS2012 and VS2013.However, I found two...
View ArticlePlantillas en Shell Isolated y nuevo lenguaje
Buenos dias.Tengo una consulta con el tema de las plantillas en Shell Isolated, en el ejemplo de IronPython VS2010 Shell Isolated no encuentro donde es que se indica que cargue sus plantillas. Si...
View ArticleToolWindow without frame border
Hello, I'm currently developing a Visual Studio Package, which has a ToolWindow. I would like to have the toolWindow without a frame border, something like the Intellisense window. just a floating...
View ArticleGet pixel position of caret
Hello,I'm currently developing a Visual Studio Package, which has a ToolWindow. I would like to open the toolwindow, reletively to the caret/text marker sign.How do I get the current pixel position of...
View ArticleIs there a way to get the application's name from an adding in VS
I am currently working on an addin in VS which supposed to be run on asp.net websites. I select a web page and execute my addIn's tasks. when selecting the web page, I get it's absolute path as the...
View ArticleStackFrame.Module in VS2013 returns just the module name instead of a full...
I'm trying to migrate an extension to Visual Studio 2013. I have a code that needs to read the loaded modules in the current stack frame, so I until now I usedStackFrame.Module to get the full path of...
View ArticleVS Package - Add custom editor windows to Visual Studio window panes
My ProblemI'm trying to build an extension to Visual Studio that allows code to be edited on a per-function basis, rather than a per-file basis. I'm basically attempting to display code in a similar...
View ArticleExtensibility - Visual Studio Add-in
I have created one add in for add my assemblies dynamically. I have add my assemblies successfully by the following code,vsproject.References.Add(Assemblyname);If the target project does not have my...
View Articleregister my WPF Control's Designer for Visual Studio 2012
Our custom WPF-control with designer for Visual Studio 2010 used to work by adding the corresponding Registry Keys under:HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\DesignerPlatforms(we used...
View Article