GetProjectItemTemplate call has become extremely slow
I am building a custom VSIX package with an ProjectItemTemplate that includes a wizard. A couple of months ago, for no reason I can determine, the call to GetProjectItemTemplate() started to take 3-5...
View ArticleNick1943 Help
I cannot download microsoft security essentials onto my computer because I received this error message, "he procedure entry point EncodePointer could not be located in the dynamic link library...
View ArticlePersisting context in Team Explorer addin
For VS 2012, is there a way to have the context object returned everytime your custom page is hit? Currently, the SaveContext is called whenever you leave a TeamExplorerPage. However, the context is...
View ArticleLoad failure when assembly loaded by XAML parser.
I have a VSPackage with a WPF-based designer that has dependencies on a few DLLs, some in the solution and some outside the solution (including System.Windows.Interactivity.dll). If the loading of...
View Article2012 Addin doesn't appear in VS 2013
I created and used an addin in VS 2012. It doesn't appear to be available in VS 2013.Is there something I need to do to make it visible in the Tools/Addin Manager menu?
View ArticleAdditional Macros/replacement variables for External Tools
Currently, External Tools windows supports some pre-defined set of variables for Arguments (Say, for Example, $(TargetName), $(ProjectFileName). etc.,)I would like to add support for other...
View ArticleHow to use NatVis to display specific indexed members?
Hi,my problem might be trivial, although i can't find a working solution. Let's say i want to visualize a structure with the following members:template<int Dimension> class Vector { double...
View ArticleQuerySaveFiles
Hi Experts,I am developing visual studio extension . When ever i press save button , QuerySaveFile([InAttribute] uint rgfQuerySave, [InAttribute] int cFiles, [InAttribute] string[] rgpszMkDocuments,...
View ArticleGit extension points
Which extensions of the vs git integration can I use in my own extension?
View ArticleMacros in Visual Studio 11 Developer Preview
Have macros been stripped from Visual Studio 11 completely? I can't find any reference to them, or panes like Macro Explorer, in the Developer Preview build. Or, is it just that they're not in this...
View ArticleVisual Studio Gallery uploading issues with Windows 8.1 control
I've faced a couple of problems while sharing my Windows 8.1 control via Visual Studio Gallery.First of I could not upload the VSIX as a control. The website complained: "Your extension type does not...
View ArticleOnAfterSave
Hello Experts,i am developing extension for visual studio 2010. When ever i am saving an edit file , i get call for onsaved() method. But it is not happening for .cshtml and .js file , Could you...
View ArticleEnvDTE.ProjectItem.Delete() always throws when debugging
Am I doing something wrong, or is there a way around this problem ?using System.Runtime.InteropServices;using EnvDTE;using EnvDTE100;using EnvDTE80;namespace Codyflex.VisualStudioAutomation...
View ArticleHow to choose a single project template from Multi project template
Hi,I have create the project template for my MVC projects.And also I have created the wizard for these templates. Now I have used the project templates names areMVC3Razor,MVC4Razor,MVC5Razor,...
View ArticleVSPackage add a file
I would like to add a file to the current open solution, but not just a file but a certain file that i have in my vspackage.to be more accurate, after the user click a button on my VSpackage toolWindow...
View ArticleVisual Studio Shell localization tool?
Can we create our own Visual Studio 2013 Shell (Isolated) Language Pack? Our native language is not supported out of the box. Is it possible to get access to tools you at Microsoft use for localization...
View ArticleQueryEditFiles
Hi ,I am using visual studio 2008. I have visual studio sdk installed. when ever file is edited , I am getting to Ivsqueryeditsave2.queryeditfile() function for all type of project templates except...
View ArticleHow to create a project dynamically
Hi,I need to create project dynamically. I have used the below code,Solution2 soln = (Solution2)dte.Solution; soln.Create(solpath, replacementsDictionary["$safeprojectname$"]); string path =...
View ArticleUnable to merge System.Data.SQLite.dll and System.Data.SQLite.Linq.dll into...
HiI Developed Desktop Application using C#.net.I Merge all .dll and .exe into one .exe but except System.Data.SQLite.dll and System.Data.SQLite.Linq.dll's are not merged with that .exe.Is there any...
View ArticleBroken hyperlink checker
Hi,Does anyone know of or have a broken hyperlink checker addon for Visual Studio - like Expression Web?Thanks.Tony Green
View Article