Options" page">How to display help on customized "Tools -> Options" page
Hi there,I've created a customized options dialog ("Microsoft.VisualStudio.Shell.DialogPage" derivative) and integrated it into "Tools ->Options" via the standard...
View ArticleHow do I get from IVsSimpleBrowseComponentSet a IVsSimpleObjectList2
Hi,I created a IVsSimpleBrowseComponentSet for the current scope of my language to provide intellisense.I created the component set and added the components for the scope, successfully.But why GetList2...
View ArticleHow to auto load a package in c++
Dear All,I have been trying to auto load my package in visual studio. All the examples ..I see are always related with C#. I tried whatever I could to the best of my knowledge.... but failed. Please...
View Articleerror 0152: No Entity Framework provider found for the ADO.NET provider with...
I am writing a custom EF6 provider.I am able to connect to a database and also see the tables and all after making changes in app.config.While using the functionality of Generate Database from model I...
View ArticleVisual Studio 2015 Preview SDK Working?
Steps to repro:Install VS2015 Preview on Windows 8.1Install VS2015 Preview SDKCreate a new extension project (Other Project Types | Extensibility | Visual Studio Package)Take the defaults including...
View ArticleReferencing DLLs in a project template
I am making a project template which references DLLs (from projects in the solution) as part of the VSIX. I have added the ProvideCodeBaseAttribute to the Package assembly for the references needed,...
View ArticleCreating custom project type for VS2013 or later
Hi-I'm looking for some confirmation that MPF is still the accepted way to create a custom project type.If so,I've been playing around with MPF for Projects - Visual Studio 2013but I also noticed this...
View ArticleCustom Project type, Project Reference, Intellisense
Hello.I'm using Visual Studio 2013 and VS SDK 2013. I created my custom project type that contains one or more files in my specific language.I change the msbuild task "Compile" that invoke my custom...
View ArticleMake scroll bar visible using Janus GridEx and VB.net
Hi all experts out there,I have problem to make my scroll bar visible. FYI, I'm using GridEX from Janus and visual studio.net.The problem is, I already set ScrollBars=Vertical. But still when i debug,...
View ArticleGetService(XmlEditorService) is coming null
hi,I am trying to write a custom editor by following http://code.msdn.microsoft.com/xmlwpfdesigner. in the sample in the EditorPane(WindowPane).INitalize methodit is getting instance of...
View ArticleExtension to generate TypeScript from ViewModel
Hi There,I am a new bee on Visual Studio extensions, I have a requirement to convert the C# ViewModel to typescript file. I have no idea from where to start on this as I have never built any package or...
View ArticleNuGet integration in a custom project type
We have developed a VS extension to support development in our Intent language. The project files are custom. We want to integrate NuGet into these project files. Is this possible? I notice that NuGet...
View ArticleCode Snippets in MEF Editor extension VS2012
I am trying to implement code snippets with a MEF editor extension, I followed the walkthrough "Implementing Code Snippets" from the link:...
View ArticleHow do I get the EnvDTE code to work?
I was looking around for a C++ example for the EnvDTE object and I found this:http://msdn.microsoft.com/en-us/library/envdte.debugger.aspxWhich is awesome, or so I thought. How do I get this to...
View ArticleGetting active document in Visual Studion Diff Tool
I call visual studio internal tool using this method http://msdn.microsoft.com/en-us/library/hh582580.aspx. When left document has focus and cursor DTE.ActiveDocument always refers to right document...
View ArticleDeploy 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 ArticleEvtDTE / VCProjectEngineLibrary can't get their properties.
We have product which get information including projects, compiler flag, linker Flag.. etc from VS2003, 2005, 2008, 2010 .sln file using EvtDTE / VCProjectEngineLibrary.And this product has been...
View ArticleVisual Studio 2012 Find in Files not Displaying Files
Maybe I am doing something wrong but all of a sudden the Find in Files in my VS2012 does not display the actual file results. It displays the count but the file list is empty.. Am I missing...
View ArticleDynamicEnumProperty provider class that implements IDynamicEnumValuesProvider...
Hello I have a managed package that provides the code for a custom C++ build toolchain. I have a custom platform Toolset.targets that loads some custom...
View ArticleHow to remove the unwanted extensions in extension manager from vs2013...
I have an isolated shell application. I don't want some extensions to be displayed under tools->extension and updates.So I have tried removing the following lines for the property "PkgDefSearchPath"...
View Article