what is the best way (most comfortable for the end user) to provide code generation / modification in the soruce editor? My current model is "User selects /...
I've run into two issues that I'd like to get some feedback on from the community here. Firstly, calling CodeClass2.RemoveInterface() throws the following ...
i know how to make picture of icon of add-in in the tool menu and how to make resource file but i want to know what must be change in connect.cs class to use...
I've my own tool used during C/C++ builds that I need to create Task items for. I was happily using the OutputWindowPane's OutputTaskItemString member for...
Does EditPoint.ReplacePattern work with the option vsFindOptionsRegularExpression? For me it doesn't seem to work at all! If I provide a regular expression, it...
Hi, does anybody have experience of using visual studio with Team Foundation Server (TFS)? I have received an error report indicating a NullReferenceException...
My add-in reads the source code file (.vb or .cs) and can print the source of particular method or class. However, it doesn't handle #if directives which...
Hi, I have developed a VS 2005 addin which adds a buttont to toolbar. I have changed the tooltip of button thru "AddNamedCommand2(...)" call by editing the 4th...
Hi, I have developed a VS addin.While using HKEY_LOCAL_MACHINE in RegOpenKey method, I get following error message - error C2872: 'ULONG_PTR' : ambiguous...
Hi, I had a problem with tooltips in VS 2005 Beta 2 and added some code in my add-in to work around it. I have not removed this code so I don't know if it's...
Hi, Does anyone how if an event is triggered when a developer adds a bookmark to a document in visual studio? I'd like to add them to a TreeView in an add-in...
hi , I am creating a VS addin in C++.Can any body tell me how to add a short cut key for menu item. regards Sumeet ... Why delete messages? Unlimited storage...
Steps followed: Register the addin under HKEY_LOCAL_MACHINE Open devenv ,Addin is observed under Tools menubar. Unregister the addin Addin is removed from...
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...
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...
Hi, I believe that I have now fixed the installation problem with Vista 64-Bit version. The problem is related to how the Add-In is registered. By hand, you ...
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...
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 Peter, I haven't really looked at your problem in detail, but I saw the reference to Carlos's article http://www.mztools.com/Articles/2006/MZ2006017.aspx ...
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 Phill, In fact, I'm using VSWebProjectItem.Load/Unload method for Web site projects. This works fine. Moreover, I call VSWebProjectItem.WaitUntilReady after...
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...
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...
I've not changed any of the registry settings - and debugging had been working for months. It seems like VS is loading a different version of my addin's .dll....
Hi, 1. Check whether on the project properties you have enabled the "Enable the unmanaged code debugging". 2. Under project properties goto Build tab and check...