Deploy to experimental instance deploys to wrong location after upgrade to...
Hi,I have an extension that is deployed against Vs2005/Vs2008/Vs2010/Vs2012 and I am planning to extend this to deploy against Vs2013.After upgrading my solution to Vs2013 the Vs2012 VSIX is no longer...
View ArticleHow to enumerate Collapsed Regions in the VS2015 code editor window?
HI,I need to enumerate Collapsed Regions in the code window of VS 2015. I have a solution that worked for VS 2013 that uses interfaces in the following: using Microsoft.VisualStudio.Editor; using...
View ArticleIVsBuildPropertyStorage scaped values
I have implemented my custom project subtype and trying to persist the configuration specific data using IVsBuildPropertyStorage as described in Persisting Data in the MSBuild Project File but all...
View ArticleFolderBrowserDialog vs VisualStudio folder dialog
I see that Visual Studio doesn't use the standard FolderBrowserDialog for selecting the project OutputPath, in my extension I need to select a folder and for sake of consistency I will prefer to use...
View ArticleHow to add a nuget package dependency to a vs nuget package?
Hello Everyone!I have very simple question.I am developing a nuget package using Visual Studio 2013 and C#. I want to add Bootstrap and JQuery as a dependency. How to I do that?Thanks,Hakan
View ArticleVSO REST API - IdentityImage only works with basic authentication?
HiI'm using the VSO REST API to get all members in a team, from there I'm getting the ImageUrl of the member. If I just bind an Image control to ImageUrl it's blank because VSO requires that I be...
View ArticleHow to run Roslyn samples in Visual Studio 2015?
Is there an Idiot's guide to running Roslyn samples? I am running Visual Studio 2015 CTP6. I want to run ConsoleClassifier and formatSolution.A working project would be appreciatedJoginder Nahil
View ArticleHelp on downloading a project
I am newbie to Visual Studio and Visual Studio 2013. So, please bear with me.I went to this site:https://visualstudiogallery.msdn.microsoft.com/18e29594-3527-4bbb-986a-52b610b77e23/view/Discussionsand...
View ArticleIntegrating HTML Help workshop into Visual Studio 2013 Community Edition
I have recently moved from VS 2008 to VS 2013 CE. (I am a retired educator who enjoys programming in C++). In VS 2008, the project wizard allowed me to specify HTML Help. This option is not available...
View ArticleClass View sample in c# into VSPackage?
Hi Guys, i'm developing an extension for Visual studio 2013. I need to create a custom view like Class View but i cannot find any example of that.I searched a lot on the internet but I could not find...
View ArticleInterfaces for Search Error List Windows.
Hi,I have developed the application as a plugin to visual studio. Now i want to implement the search filter in error list window. In search filter we have three options namely open documents, current...
View ArticleHow to Customize the project system
Hi,I have created a custom project system using this walkthrough . But this walk through is targeting Visual C# project system. But I need to create my custom project is web project. How can I...
View ArticleVS 2013 Extension - Text Completion sample crashes
Hello, I am trying to make the completion test sample work ( sample https://msdn.microsoft.com/en-us/library/vstudio/ee372314.aspx : Walkthrough: Displaying Statement Completion )I installed VS2013...
View ArticleVSS Provider and .NET
Hello,I am trying to write my own implementation for vss provider. I took the sample code and and tried to modify it, but no matter how much I tried I can't integrate my .NET code into the provider:1....
View ArticleThe VSX Template Wizard
If you've ever built or wanted to build a VSIX deployable custom project or item template with wizard support, you may find the following a useful way to jumpstart your project. I've been meaning to...
View Articleenglish language implementation
Dear programmers, I want to implement English language feature in the following applicationhttp://www.codeproject.com/Articles/714651/Desktop-Sharing-using-RDP-APIs-and-Socket . I followed this...
View ArticleUnable to update a Visual Studio 2013 extension
I have created a simple extension which I managed to upload to the Visual Studio gallery without any issues.When I however updated the extension and tried to upload it again I got the error message...
View ArticleThread-Exception while Debugging VSPackage
Hello,I encountered a phenomen I can't explain :(I created a new virtual machine, installed Visual Studio 2013 and VS 2013 SDK.When I debug my package I get exceptions related to threading (english...
View ArticleAfter calling Project.ProjectItems.AddFromFile, cant access the newly added...
Hello.I am trying to add a new file to a project from a visual studio package project. In this vs package I am trying to add a new file to selected project and right after I need to access the...
View ArticleUsing the DTE to enumerate code elements - Structures (VB.Net)
When parsing a VB.NET module and getting back a structure element I would expect to get the 1st line here with the struct layout directive but it returns the public structure as the start of the...
View Article