How to filter dataSource/DataProvider on IVsDataConnectionDialog
Hi,I want to utilize VS standard DataConnectionDialog in Microsoft.VisualStudio.Data.Services.dll to configure connectionstring of my app. When I use IVsDataConnectionDialog.AddAllSources method,...
View ArticleCannot access a disposed object
Hello,I have my own editor which uses the .net form designer. After VS sits idle for a while, I sometimes get this error message:Cannot access a disposed objectObject name: 'DesignerFrame'.I saw...
View ArticleProblem with visual studio 2013 with update 3
Hellothis picture will show you my problemhttp://imageshack.com/a/img674/4120/3qzkgN.png
View ArticleVSIX Deployment: VS Gallery Auto Updates Not Working
I followed these steps.Published extension (VS package) to the VS Gallery by uploading VSIX.Installed it to VS by selecting it from Extensions and Updates (experimental instance or normal...
View ArticleAddin/VSPackage: Custom UI for VS file
I have a Visual Studio Addin that works with a particular type of (already defined) project type (not a custom project type). Need to add custom files for the project type (with a predefined extension,...
View Articlerelative path
Hi All,I would like to know that is there anyway to get relative path ?For example , if call IvsHierarchy.getcanonicalname(...) , it gives compleate path like c:\d1\d2\file.txt.Bout I would like to...
View ArticleDependencies of the solution folders.
I create solution folder programmatically. How to create a dependency that solution folder from another solution folder?|--- SolutionFolder | |--- SolutionFolder | |--- SolutionFolder |---...
View ArticleWhat can be used instead of IExtensionHeader.SupportedIsolatedShellVersions...
In visual studio 2013, SupportedIsolatedShellVersions (and SupportedVSVersions)removed from IExtensionHeader Interface (these were present Visual Studio 2010). Is there any other Object/Property I can...
View ArticleDefault VSPackage template in VS2013 SDK Throws Exception when exiting
Hi,I have VS2013 Ultimate w/ VS2013 SDK, and have created a new C# VSPackage using Templates, Visual C#, Extensibility, .NET Framework 4.5, Visual Studio Package.When I hit "Start Debugging" and run in...
View ArticleCannot load a reference from DslPackage
Hello, I tried to use Microsoft's XmlDiffPatch. I installed it and added a reference to its dll in my DslPackage project.Everything compiles just fine, but at the first call of a XmlDiffPatch function,...
View Articlewinforms hosting and menu problem
I have a complicated VS 2010 isolated shell project. In this project I have a form designer which has winforms controls, hosted in wpf using WindowsFormsHost. I also use the VS propertygrid.When the...
View ArticleIs there a VSCT PowerToy 2012 on the road?
Hi.Does someone know if there's a VSCT powerToy for VS 2012?I'm trying to add a button in the context menu for the unit test window but I can't find the right group/set to plug into.Thanks.
View ArticleAdding version number to executable at build time
I have a console application written in FORTRAN and would like to append the version of the program to the executable at build time. The source code is under GIT control. I have a post commit hook on...
View ArticleVS2013 VSIX Multi-Project template with nuget package restore
BackgroundI started to build a multi-project template and soon found little consistent information online across both Developer Network documentation and the wider community. It seems between VS 2010,...
View ArticleiWizard: Dlls still not recognized after VSLangProj.Project.References.Add
I am trying to create a template in VS2013 that copies all .dlls from the template folder to the new project and registers them. So someone using my template can start working right away without having...
View ArticleSDKManifest.xml problem declaring Winforms controls
Hi,I have a Winforms control that I want to host inside the Toolbox. I'm experimenting with a VSIX Project generated from the template.After installing the VSIX, VS neither shows my controls in a...
View ArticleAdd SolutionFolder with editable label.
Hi,I create new solution folder using this code: EnvDTE80.Solution2 solution = item.Object as EnvDTE80.Solution2; if (solution != null) { EnvDTE.Project folder =...
View ArticleIntegrating Product Help with Visual Studio
Hello,I currently use Flare to generate product Help which includes an SDK reference with about 200+ topics on API calls. I would like to integrate these API topics with Visual Studio, so that you...
View ArticleMicrosoft.visual studio package did not loaded
Hi,I have created the Custom Visual studio menu project. If I install the VSIX and try to open the VS2012 and VS2013 the below message will be displayed"The ‘My Package Name’ package did not load...
View ArticleCall to Devenv from plugin hangs when Rebuilding a sln file
Hi,We are attempting to rebuild a sln file via plugin which calls devenv. This is done through the command prompt the path is set from the VS2013 command prompt. When we call devenv it fails to rebuild...
View Article