Visual Studio Add - In : Item template does not get included into project.
Hi I am creating a Visual Studio add in in which I am successfully able to add the project using custom project template. I am successfully able to add Item from the custom Item template that I have...
View ArticleTrusted templates
Hi,We have visual studio templates which we install to user folder (Documents\Visual Studio 2013\Templates\...).These template use custom dll as WizardExtension to customize generation process.After...
View ArticleHow to make a File/Folder node in Solution Explorer disabled?
I would like to know how to disable the file/folder node in the solution explorer.Say if the file is removed from the physical location/hard drive, that particular item can be show as disabled one...
View ArticleNaive question: why are my WPF Buttons and controls in my ToolWindow not...
I will ask these questions in the most naive way possible about themeing in VS2012 - because I am convinced there must be an easier way of doing this. Lets assume I am working in the Dark Theme; I...
View ArticlePDF Page Rendering App for Windows Store
Hi everyone.I'm developing a PDF reader app for Windows Store! I'm confronting some Problems with that.The first Problem is, that my PDF reader app Rendering a PDF page as a bitmap image! How can I...
View ArticleVisual Studio Add - In : Item template does not get included into project.
Hi I am creating a Visual Studio add in in which I am successfully able to add the project using custom project template. I am successfully able to add Item from the custom Item template that I have...
View ArticleVisual Studio 2013 Package Debugger starts VS 2012 Experimental Instance
I have a C# Visual Studio package, and I am just starting to add new features using 2013 for the first time.I have installed the Visual Studio 2013 SDK, but when I try to debug my package, Visual...
View ArticleFormat Razor Code Documents based on ContentType. Buffers, Spans, and...
It would be nice to parse the information from the content types and relate them to the lines in the document so that I could add some extra spacing for my graphics above and below the Razor...
View ArticleHow can I start the TypeScriptCompiler from a package
Hi,I'm trying to create an extension that will synchronize TypeScript files from one Project into another Project. After copying the .ts file from source to destination it should generate the .js and...
View ArticleIs there a way to open an xml file in VS Editor from my package?
I have a Visual Studio Package (called Regionizer, http://regionizer.codeplex.com) and I am adding a 'Comment Dictionary' to be able to add 'Auto Commenting' functionality to my package.I have a couple...
View ArticleHow to show "Save Solution Dialog of Visual Studio"
Hi All,We are extending Visual Studio SDK and it's functionality. We do not allow user to add multiple projects under one solution. So what I want is that - 1> When there is one project loaded in...
View ArticleOther Windows">How to move "Properties Window" menu item from View to View->Other Windows
Hi,I have an isolated shell based application. I would like to move the "Properties Window" menu item from the "View" menu to the "View -> Other Windows" menu. Also, I would like to change the...
View ArticleAppend Color Picker in Visual Studio
I hope this is right Forum.When having a color property, e.g. BackColor, you can open a combobox to select a color or a named color like System.MenuText.Is it possible to change / add this color...
View ArticleOpening the BuildDefinition Editor
Hello, in my VSIX (VS2013) what would I need to call to open the BuildDefinition Editor\Tool Window? I know how to edit the definition programmatically and have the IBuildDefinition object but want to...
View ArticleVSX Context Menu
How to add new button to context menu of solution explorer through VS Package?
View ArticleCustom Windows Store and Phone 8.1 project templates aren't available on...
We deliver SDK products for .NET platform including Windows Store, Windows Phone and Desktop. Part of the SDK we provide project and item templates to work with our API.It seems that Zipped format for...
View ArticleVS Gallery "Invalid Certificate in VSIX"
Hi,We have a problem similar to this thread:GoDaddy - error message "Invalid Certificate in VSIX"The solution to that thread was a missing certificate..."Sorry for taking so long to get back to you. I...
View ArticleVisual Studio JavaScript IntelliSense - Work in Object Oriented model
Given an oversimplified model of my object-oriented hierarchy:varBaseObj=function(field){this.field = field;};varDescendentObject=function(field, field2){this.BaseObj(field);this.field2 = field2; //in...
View ArticleTrying to Resolve Dependent Assembly Issue for a VSPackage ToolWindow
I have a VSPackage ToolWindow, within which has a WPF control where I recently added a Blend attached behavior (Behavior<T>). This attached behavior requires System.Windows.Interactivity. Now,...
View Article