VS Automation DTE OnEnterBreakMode not triggered on Windows 2012
I'm writing a console application that uses C#, VS 2012 Automation (DTE) to open crash dump files, analyze them and output the call stack to a file.The problem is that some crash dump files triggers...
View Articlewriting private keys into pem file
Hi all, This is the code i am using for writing the private key into pem file . But when i am trying to use PEM_write_PrivateKey() function to write the private keys into the file. It is not doing it....
View ArticleUnable to upload VSIX to Visual Studio Gallery - Error when Uploading
I seem to be unable to upload any updates to my VSIX extensions. I am getting a general error, the latest of which is: If you see this page, it is because an error occurred in the system while trying...
View ArticleSaving customized SDLToSQL10 throws an exception
I copied SDLToSQL10.tt from its home directory to my project directory for customization. Any time I save it, the following message is thrown:Error 3 Running transformation:...
View ArticleHow can I start the TypeScriptCompiler from a package
Hi,I'm trying to create an extension that will synchronize TypeScript files from one Project into another Project. After copying the .ts file from source to destination it should generate the .js and...
View ArticleDisable Remove Option on Virtual Project Node in VSIS app
I am not able to disable Remove Option on Virtual Project Node in VSIS app. I have tried the IDelete interfaces, Node CanDelete and below code. Nothing seems to work.It gets removed from the Node,...
View ArticleVS 2013 vs package.
Hi MS VS team,Warm congratulations on Visual 2013 release. we have been developing source control plugin since vs2005 as VS package. we had some API call changes when compare to previous releases when...
View ArticleToolWindow: Problem in reading App.config of a dll.
Hi,I have a problem in Reading ConncectionString Section of App.Config of my dll.I have gone through all the discussions related to "Config files for dlls" one here and gone for it as it is neccessary...
View ArticleUser defined classes hilighting in IWpfTextViewHost
Hi, I am hosting a IWpfTextViewHost in a dialog in my plugin. The text buffer associated with it is build from a string. Syntax coloring is working for the most part, it colors keywords, strings and...
View Articlesharedvenusids.h missing from VS2013 SDK?
Hi,My package's vsct has a dependency on venusids.h and with the latest VS2013 SDK, the package build fails because it cannot find sharedvenusids.h (and then because various ids like IDG_CTX_BUILD...
View ArticleVS2010 - macro fails to run
Once again, a problem with DTE.ExecuteCommand. This time it's the most plain vanilla context - just sitting in the text edit.Here's the recorded macro - Sub TemporaryMacro()...
View ArticleVisual Studio Extension for personal refactoring notes
Does anyone know a Visual Studio extension that allows me to add comments to the code that are stored in a separate file and not in the original code? Sometimes I want to make some notes for...
View ArticleEditPoint.FindPattern RegularExpression Throws AccessViolationException
I'm trying to useEditPoint.FindPattern(pattern,EnvDTE.vsFindOptions.vsFindOptionsRegularExpression,endPoint, tags)I kept getting AccesViolationException. Even when pattern = ".*"What am I doing wrong?
View ArticleHow to upgrade Visual Studio 2010 EDMX update extension to Visual Studio 2013...
We recently upgraded to Visual Studio 2013 and discovered that Visual Studio add-ins were deprecated, and that we should likely be using VSPackages going forward...
View ArticleManaged Package Framework for Projects (MPFProj) for VS 2013?
Are there any plans for releasing the Managed Package Framework for Projects (MPFProj) for VS 2013? Thanks, Bogdan
View ArticleVsix Installation Failed
1. I have installed Visual Studio 132. Instal GAX and GAT for VS 2013 3. Install Microsoft Visual Studio 2013 SDK-ENU4. On my extension.vsixmanifest file i have change <VisualStudio...
View ArticleANN: Active Backup v2 - protects you while you code - version control for...
We have just released AJC Active Backup v2 which is now even easier to use because it includes a Visual Studio add in, see here:http://www.ajcsoft.com/active-backup-vs_addin.htmWith our own testing...
View ArticleMicrosoft.VisualStudio.TestTools.Vsip namespace not available in VS 2012 and...
We have a plugin created for our test framework based on http://archive.msdn.microsoft.com/UnitTestExtendSample which uses the vsip namespace, we want to migrate it to 2013 but the solution fails to...
View ArticleProgrammatically click on "Run All" of Test Explorer window
Hi,Can any one help me to write a program that executes a Test method?i.e,Generally to run a Test method in Visual Studio, user selects a 'Test Method' in 'Test Explorer window' and then clicks on...
View ArticleIVsTextViewCreationListener don't work after VSIX project update from 2012 to...
I have a VSIX project that targets Visual Studio 2012 and it works fine. But when I updated the project to target Visual Studio 2013. The follow function "VsTextViewCreated" wasn't called using...
View Article