TFS build error object .rem has been disconnected or does not exist at the...
we are getting the - object .rem has been disconnected or does not exist at the server issue for every now and then offlate, till last month we used to get the build failures very rarely but from this...
View ArticleSet font weight for a custom classification
I posted the same question at StackOverflow, but thought I will ask here too. I cannot find a way to set non Bold font weight for custom classification in VSX. I tried to use...
View ArticleAre new EnvDTE Assemblies being released?
Hello,I'd like to know if new EnvDTE assembly versions (Ex EnvDTE110.dll) are planned to be released. Unless I'm mistaken, new assemblies were released for new Visual Studio versions through EnvDTE100...
View ArticleWhat happened to Visual Studio Partner Program?
Has it been discontinued? If so, what replaces it? Company I work for used to be Premier partner but let the membership lapse due to company's ownership change. We were discussing rejoining the...
View ArticleHow to avoid Invalid Markup after generating x:Static markup extension
I have a visual studio extension which generates localization code for different project types. With WPF projects, my technique is to generate named resources - usually in Resources.resx - and use the...
View ArticleVSIX manifest problem?
I'm trying to write a "custom debugger extension" for VS 2017 (>= 15.8.8). Now... what did I do? First -> C#, new VSIX project. Second -> Add item "custom debugger extension" ... then I tried...
View ArticleDebugLaunchSettings for browser
How the hell do I have to fill the "DebugLaunchSettings" if I want to launch a browser? I always get back an error telling me, that a URL is needed to launch a browser... I've no idea what's wrong....
View ArticleAdd SSIS package to Integration Services Project
I believe that what I want is not currently possible but thought I had better throw it out there first.I have a scenario where I need to generate many hundreds of SSIS packages which in itself is fine,...
View ArticleVisual Studio intercepts Copy/Paste command in vsix tool window
Some of our users noticed that Ctrl+C/X/V is not working in our extension depending on which window had the focus at last. The problem occurs when a (regular WPF) textbox inside of our tool window has...
View ArticleHow to change name of UsedCommand(command from another package) in VSPackage...
In my VSPackage project, I use command from another project using UsedCommand element https://docs.microsoft.com/en-us/visualstudio/extensibility/usedcommands-element?view=vs-2017. Is it possible to...
View Articlemodify visibility of menu command
Is there a way to make an existing menu point visible in situations in which it is normally not?I'm working with a C++ project and I need the "webbrowser debugger". This one uses the default browser...
View ArticleFindCommand and GlobalInvoke
why is FindCommand returning null, while GlobalInvoke works?? (the command I'd like to find is none of my commands but from another extension or Visual Studio itself... it works, when I try to find one...
View ArticleDrag and Drop files into Visual Studio Integrated Shell
Hi,I’ve scoured every possible places on the internet, visited many websites and still failed miserably to find the answer. I hope there’s someone out there with deep knowledge to point me to the...
View ArticleGet Latest Multiple Errors occurred, errors say "Operation Completed...
I just ran into an issue where I can no longer get latest from source control. An error dialog pops up and says "multiple errors occurred the first of which is (path/file)...operation completed...
View ArticleStacktrace not showing line numbers (in VS2017)
Hi,after I ported my custom LanguageService to VS2017, I noticed that StackTraces do not contain the line numbers of the calling functions any more. If course, the project is set to Debug-Build with...
View ArticleTrying to debug popup behavior.
I'm trying to debug the behavior that can be seen in the animated gif. The code can be found here https://github.com/HJLebbink/vsix-bug-quickinfosession. The issue is also described...
View ArticleAccessing SSMS 2008 R2 results pane via extensibility add-in
HiI'm trying to write an add-in into SSMS 2008 R2 using Visual Studio 2010 extensibility project. What I am wanting to do, is allow the user to right click on a cell in the results showing in the query...
View ArticleHow to check if specific extension is installed in Visual Studio 2017...
How to check if specific extension is installed in Visual Studio 2017?1. Using Microsoft.VisualStudio.Setup I got only extensions that was added during installation. 2. privateregistry.bin could be...
View ArticleUnable to get MsTest(Core) dependencies in VslangProject.Project class (Vsix...
Hi,I am working on Vsix project, Where there is one requirement to enable context menu on MsTest(core) project Right click.But I am not able to get dependencies(reference)(In VslangProj.Project/...
View ArticleHow to debug project with command arguments using visual studio SDK?
I'm developing a VS plugin with VS2017 now.I wanna the plugin could start debug with the command arguments. but IVSSolutionBuildManage.debug() function do not has the parameter in SDK.so, what can i...
View Article