vsix Questions
2
Solved
I'm writing a Visual Studio extension, which allows editing specific type of files in the project. This file serves as a description for further automated code generation (similarly to, say, Entity...
Ela asked 23/4, 2014 at 11:38
3
Solved
I have created a windows mobile application in Visual Studio. I want to templatize this project so that one can open this as a template as opposed to a project.
Is this possible in Visual Studio?...
Cowboy asked 18/6, 2012 at 10:56
1
Solved
In Visual Studio, if you want to attach debugger to any processes, you have the possibility to select some specific engine (code type) or set of engines you would like to use:
Next (after you se...
Feminine asked 16/4, 2013 at 13:46
1
Solved
I'm building a multi project template in Visual Studio 2013 consisting of a couple of item templates, a main project and a unit test project. I created a custom template wizard w/ a simple non-UI i...
Revealment asked 10/3, 2014 at 16:26
1
Currently I'm aware of the following Dispatcher objects.
If you have a text view, you can use IWpfTextView.VisualElement.Dispatcher.
If your class is constructed by MEF (marked with [Export] and ...
Gemmule asked 14/2, 2014 at 1:54
1
I'm building a VS2010 extension (vsix) with WPF. Is there any way to reuse WPF style templates from the visual studio itself to make my control look native to Visual Studio?
A the moment I can use...
Money asked 30/10, 2012 at 19:52
1
How to reuse Visual Studio WPF styles for controls in VSIX MEF extension?
I have found some information about general using of themes in other applications here, but probably there is other way to...
Eulogia asked 21/12, 2012 at 11:31
1
Solved
I have written visual studio extension for private use. The package is still under development but I would like to use it and distribute it to my colleagues. Is it possible to include debugging sym...
Crankpin asked 25/9, 2013 at 14:39
1
Solved
I'm developing a VS extension and I want to achieve that my UI will use colors (font, background etc.) depending on the selected VS-color-scheme. What is the best way to do this. Can I bind against...
Rathskeller asked 20/9, 2013 at 9:24
1
Solved
I would like to have a multi-project template that will create sub projects, and will install the nuget dependencies as well as have a vsix installer that will install this template.
Problems with...
Fifine asked 17/9, 2013 at 19:11
3
Solved
I have a VSIX extension which depends on code deployed from an unmanaged DLL. I've included the DLL with the VSIX, and I cracked open the VSIX with a zip program to confirm that it is deployed corr...
Invest asked 3/8, 2013 at 18:8
3
I am writing a Visual Studio 2012 extension, for internal use, which requires that all assemblies have a strong name. I am dependent on RestSharp (and a few other dlls), and since it is not strongl...
Glovsky asked 18/12, 2012 at 23:15
3
Solved
I created a new VSIX extension project in Visual Studio 2012, and wrote a MEF classifier (as a test) that should simply highlight all text in a .mylang file. Here are the relevant parts of my .NET ...
Venality asked 7/5, 2013 at 14:46
1
Solved
I would like to disable parts of my extension's tool window if it is opened without a solution loaded, and need a way to detect this.
I know about the DTE events that are fired when a solution is ...
Explicate asked 28/3, 2013 at 15:23
3
Solved
Is there a way to get the HWnd pointer to the top window of Visual Studio 2010 from a VSIX extension? (I would like to change the title of the window).
Rileyrilievo asked 14/12, 2010 at 14:47
1
Solved
My question is very similar to this one, only that the answer and work-around are not working for me. Also I am in Visual Studio 2012.
I have a VSPackage which is referencing another project, whic...
Panettone asked 2/12, 2012 at 22:47
2
Solved
I installed the VS2012 RC SDK but am not seeing a VSIX Project Template when creating a new project. Am I missing something or is that template in a different SDK or something?
Here is a screensho...
Cuba asked 23/6, 2012 at 15:35
1
I realise that VS2012 Express Edition now supports NuGet packages. Any idea if the limitations on adding productivity tools like Resharper or Reflector in VS Express Editions 2012 has now been chan...
Honegger asked 7/11, 2012 at 9:25
1
Solved
I am in the process of writing a custom editor for visual studio. I have implemented some basic functionality for the new language e.g. syntax highlighting and I succesfully installed tha package b...
Malefaction asked 15/10, 2012 at 19:51
1
Using VSIX project if I do
<VSTemplate Include="ProjectTemplate1.vstemplate">
<OutputSubPath>Sample Test Project</OutputSubPath>
</VSTemplate>
the location is
\bin\De...
Preteritive asked 21/6, 2012 at 11:28
1
Solved
Is there a way to develop a VSIX extension under Visual Studio 2012, which then could be installed in Visual Studio 2010? I've tried to set version range for Microsoft.VisualStudio.Pro target to [1...
Surpassing asked 19/9, 2012 at 16:39
3
Solved
I have created an extension for VS 2010 that deploys a project template. The project template uses a custom wizard (in a specific assembly) that is called when I create a new project based on this ...
Zomba asked 23/2, 2011 at 11:28
1
Solved
I am writing a customization package for Visual Studio 2010 (vsix).
What I need to do is to add a context menu button to the Project nodes in Solution Explorer.
I've managed to get the context m...
Adrien asked 15/6, 2012 at 11:23
1
Solved
How can I make my VSIX file compatible with both Visual Studio 11 and Visual Studio 2010? I'm handing my VSIX file along with all its dependencies to a friend of mine, and when he opens it, he's ge...
Passerby asked 23/4, 2012 at 12:47
1
I have a VSIX extension that I created which shows up in Visual Studio 2010 and works as designed.
However I am attempting to build some Visual Studio automation which relies on this Extension and...
© 2022 - 2024 — McMap. All rights reserved.