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...
I've checked that Unmanged Code Debugging is enabled and that Register for COM Interop is enabled. I've also checked that .NET Framework SP1 is installed...
I've now solved the problem - it was being caused by VS .NET somehow loading the Release version of my dll not the Debug version. I manually removed all...
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...
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...
Hi Davide, ... the Addin OnConnection(), the remoting code works well from a windows form but gives exception if the service is hosted from an addin, the ...
... C++ ... you've ... yes, looks like it cannot find some referenced assembly but I can't figure out which one.. It's strange because the client gives this ...
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...