Hi guys, Very quiet on ths group these days, but hopefully some people are still listening... :-) I've just released a plugin for VS 2005/2008 that you may...
Hi, I want to make an addin which reads an XML code in the center Screen. When the addin is clicked it should call an Validator Engine which checks the XML...
Hi, I am writing a Visual Studio plugin and have created a new solution programmatically (C#): // Assuming applicationObject is a valid DTE2 instance. ...
I want to be able to display my file types in the common file dialogs in my Visual Studio 2005/2008 C++ addin. What is the best way to achieve this? Cheryl...
hi @all, is it possible to create a command from CommandControlType "vsCommandControlTypeMRUButton"? The last information that I found in the internet ist a...
i've an add-in to document classes in XML style, i'm trying to determine the type of a CodeElement as follows: Dim fcmFileCodeModel As FileCodeModel = ...
I want to run the post build command (as configured in the project settings) for a specific configuration in a C++ project. I do have the VCConfiguration...
I'd like to announce an Add-In that I just have written. It allows to see a script outline of javascript and vbscript code in form of a tree as it was done in...
Hello, I wish to create a custom document window in my VS2005 add-in. It looks like I need to create a window via CreateDocumentWindow. I've seen examples on...
I am implementing the package implementation and I need to be able to modify all the references of either a given class or method. Is there any way I can do it...
I'm responsible for an add-in that we use to allow our analysts (who are actually accountants for the most part) to do a build, so the programmers don't get...
Hi All, I encounterd a problem which i fail to find a solution. I am trying to get the Class name from a TextPoint (the class name of the function which the...
To anyone who might be interested. I've just released a release candidate of my new addin, .netSavant and wanted to share with the group how much the various...
Hello I create a stand MSI file from a Deployment project associated to my addin. The installs for all users - the MSI file is invoked via msiexec with...
Hello all, I am writing a visual tool that would create custom classes, currently it uses CodeDOM. I am stuck a point where I need to parse the code for...
I've created a add-in in VS.NET 2005 using C#. The add-in loads a tool window OnConnection and it contains a User Control with input text fields and a "Login"...
I'm looking to license my addin and am evaluating a few licensing systems out there (DeployLX and Manco currently). I know there are quite a few providers of...
Hi! this is my first post. I hope you can point me the right direction.. I'm trying to setup a channel and register a remoting service from the Addin...
I've read the articles about removing commands during uninstallation (via vbscript) and I'm having an issue translating this code to work in the uninstall...
I've been writing a VS .NET 2003 add-in for some time now and have recently lost the abillity to debug my add-in. I've tried uninstalling and re-installing my...
Hi everyone, I am new here. I want to build a vs templates file in my developement. I have searched google for a long time, and have found some articles about...
Hello, I'm solving quite difficult problem (for me). I have large web site or web application project with about 1300 code files. For now, I will talk only...
Hi, there used to be a problem removing menu items when you uninstall an Add-In. I haven't looked at this problem for years, probably not since VS 2002. Does...
Hi! I'm new to this group, so I hope I can find some help here. My problem is that I want to create a tool window from my addin in Visual Studio 2005. After...
Hi, this is really a question for Carlos, because I know that he uses Inno Setup for his Add-In. Do you know what I have to specify in my setup in order to...
I've a project which was in VS2k3 and 've converted it into VS 2k5 by including all the files in empty project and attaching all the files and references...