How to get a Debug Engine when using vs sdk?
I would like to get a provided debug engine such as C++. How can i do this? Thanks.
View Articleset pending breakpoint from within a debugger extension
Hi there,I'm writing a debugger extension based on MIEngine. One thing I want to do is allow stop-at-main on debugger start, namely the debugger instead of user needs to set a breakpoint at main().In...
View ArticleVCFilter creation hangs with VS 2017 RC
I have a extension that manage VCFilter objects, and when porting to VS 2017 RC the creation of VCFilter objects seems to hang VS processHere is the relevant code public VCFilter...
View ArticleVS 2017 RC community Installation failed
Here is the log:[36d0:0003][2017-01-13T15:56:41] Package 'AndroidBuildSupport,version=1.0.13' failed to install. Command executed: "c:\windows\syswow64\\windowspowershell\v1.0\powershell.exe" -NoLogo...
View ArticleVS 2017 RC community fresh Installation - report a porblem crash
Here are the details:roblem signature: Problem Event Name:WWAJSE Package Name:ReportAProblem_1.0.11_x86__ Application Name:vs-report-problem Stack Hash:0x0def Error Type:0x00000000 Source File...
View ArticleVS Package targeting multiple versions, including VS 2017
I have just started looking into Visual Studio 2017 and I want to know if it will be possible to target different versions of Visual Studio with the same VS-Package.I see that the VSIX manifest version...
View Articlevisual programming extension for visual studio code edition
is there an extension for the visual studio code edition editor that supports visual programming based on visual objects such that you can create a form or a frame, drag and drop buttons, label, text...
View Article[UWP] [VS] DCOM Security - Unauthorized Access - Error Message 0x80070005:...
"Visual Studio" AND "Design tool" AND Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))In hopes of saving C drive space (NOT) I installed VS2015 on external hard drive. I'll...
View ArticleFunction not supported from Help2 : void DisplayTopicFromKeyword when used...
Hi ,Environment: VS2015 isolated shell based application. Currently I am using var helpService = (MsVsHelp80.Help2)this.serviceProvider.GetService(typeof(Microsoft.VisualStudio.VSHelp.SVsHelp));...
View ArticleNullReferenceException installing VSIX updates
Trying to install extension updates to my Visual Studio Community 2015, I get this error:19-1-2017 10:32:39 - Beginning to install extension to Microsoft Visual Studio Community 2015... 19-1-2017...
View ArticleVisual Studio Searching a Database Created
Ive created a new project and added a database which is saved locally on the C drive. When running the program i can see the data displayed however when im trying to search (click button) for a certain...
View ArticleProblem building VSIX with MSBuild 2017
I have upgraded my Package to Visual Studio 2017. In my build process I build a release using the MSBuild command, something like:<path>\MSBuild.exe <solution file> /t:Build...
View ArticleClassificationFormat Definition for Output Window
Hi,I created a custom ClassificationFormatDefinition[Export(typeof(EditorFormatDefinition)] [UserVisible(true)] [Name("somename")] [Order(..)] [ClassificationType(ClassificationTypeName =...
View ArticleLanguageService GUID in IVsDebugger.InsertBreakpointByName()
Hi,I want to call this APIIVsDebugger.InsertBreakpointByName()but I don't know what value I should use for the first parameter. The doc says it's "The GUID for the language service such as...
View ArticleDisplay uploaded documents
i have fileupload , attach and gridview.. in database the query simple is@id int as select id,name from downloadsThere is other several documents already save in this tableso when user choose file...
View ArticleVSIX Missing Template File
Hi,I have created Visual Studio 2017 extension. However, while uploading the same its giving "VSIX Missing Template File". Here, I am uploading .vsix file itself, which i created. This solution exists...
View ArticleVS package: take InstalledProductRegistration attribute value from vsixmanifest?
It looks like with every new version of my package I have to change the version number in 2 places: .vsixmanifest and InstalledProductRegistration attribute of the VSPackage class. Can I make...
View ArticleCould not find type 'AxWMPLib.AxWindowsMediaPlayer'
I created a mp3 music file player (a Windows Form application) in VS2013. I added a windows media player tool to a form using the VS toolbox and everything worked OK. I recently installed VS2015...
View ArticleIs it possible to build an extension to set all Fonts at once?
I have very poor vision; I have created a User Voice Request 3 times over the last 10 years, and all 3 times the request was ignored.When I setup Visual Studio on a new machine, the fonts in Visual...
View ArticleIBuildUpToDateCheckProvider or similar functionality for VC++ projects
My extension is integrating an ARM toolchain using a VC++ makefile project. I can get it to build just fine, but when I hit F5 to debug, it says my project is out of date and needs to be built. I can...
View Article