VSPackage auto generated files
I'm developing a vspackage (2010) for my b.sc in softwer engineering and i need to know the meaning of all the files in my project, and there are some that i don't recognize.Guids.csKey.snkPkgCmdID.cs...
View ArticleQueryeditfiles in vs 2008
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 ArticleThe dll is rebuilt for every alternative build even if there are no change in...
Hi,I am having a strange issue where the output is rebuilt even if the source is not modified. This happens only for projects with vsct file as part of the project.I have created some vspackages in my...
View ArticleHow to embed files in VSIX container?
I'm writing a Visual Studio extension, which will include scripting capabilities (using IronPython). It works, but it is necessary to provide some standard library modules for IronPython. These are...
View ArticleHow do I get that VS Progress Dialog
I have an Isolated Shell application. I currently have a dialog (modal one) already running. That modal dialog is doing some work that needs to show progress. Can I show that VS Progress dialog (the...
View ArticleWhat is the recommended AssemblyFolderEx registry key for .NET 4.5 assemblies ?
I seem to have a choice between two very similar registry keys for customizing Visual Studio Reference Manager. What is the difference between 'v4.5' and 'v4.5.50709' in the keys below? Which one is...
View ArticleDynamic adding WPF Controls to Visual Studio Toolbox
What I want to do is to add some WPF controls of an assembly to the Visual Studio 2013 Toolbox. I don't want to do this manualy. Instead I want to creat a vsix project. The resulting installer should...
View ArticleUpgrade package from VS2010 to VS2013
I have upgraded an existing VS2010 package to VS2013, removed the included project Microsoft.Visualstudio.Project and used the nuget package instead. It all seems to work, except for one thing. In our...
View ArticleAttaching to checkin source control event
Hello,how can i subscribe to the "checkin" source control event (TFS) from within a vspackage? I want to access the checkin comment the developer entered when checking in his changes for writing it to...
View ArticleProvideOptionsPageAttribute with multiple levels.
Is there a way to get the ProvideOptionPageAttribute to register a page under multiple levels of categories -- something like this:Tools -> Options -> My Product -> My Feature -> AdvancedI...
View ArticleHow do I add .addin options page to Shell Isolated ?
I am reading this article on MSDN. I am able to add an options page by using this method to VS 2012. But how do I add options page this way to my Isolated Shell project ? I have tried placing the...
View ArticleLINQ to SQL dragging server problem
Hello, beforehand I'd like to say that I'm learning Visual and to thank you for helpingI'm having a problem with LINQ to SQL files generation. When I try to drag and drop the SQL server It won't do...
View ArticleVS 2012 RC 'Microsoft.VisualStudio.Editor.Implementation.EditorPackage'...
Every time I load my package I get an errorThe 'Microsoft.VisualStudio.Editor.Implementation.EditorPackage' package did not load correctly.Looking in the activity log, there is an error <entry>...
View ArticleVisual Studio Integration Package using WPF results in assembly not found...
Hi everybody, I have written a little WPF tool which consumes some LINQ to SQL methods in a separate Assembly. This tool works without any problems. Now I decided to use this functionality within a...
View ArticleVS item sourcecontrolled
Hi All,I was getting some problems with IVsQueryEditQuerySave2::QueryEditFiles() function. My VS package is invoking this function for all type of project templates when I am adding file/folder but...
View ArticleGet DefaultLanguage of Windows Store project
HiI am the author of an Add-In so support the localization of projects in visual studio. I am extending this tool to support Windows Store projects. This will probably be the first of many questions....
View ArticleProjectReferenceNode in MPF requires GUIDs on project references.
The ProjectReferenceNode class in MPF crashes if you have project references without the referenced project GUID present as item metadata. Other VS project systems don't have this requirement. Is there...
View ArticleTrying to load System.Windows.Interactivity for a VSPackage ToolWindow
I have a VSPackage ToolWindow, within which has a WPF control. I recently added a Blend attached behavior (Behavior<T>), and this attached behavior requires System.Windows.Interactivity. Now, I...
View ArticleVS Gallery "Invalid Certificate in VSIX"
Hi,We have a problem similar to this thread:GoDaddy - error message "Invalid Certificate in VSIX"The solution to that thread was a missing certificate..."Sorry for taking so long to get back to you. I...
View Article