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...
Hi Joshua, I have my own license key system which is fairly primitive and could probably be broken fairly easily. There are a number of commercial systems...
Can you maybe explain a little bit more what you mean? Phil ... From: Shah Japan To: vsnetaddin@yahoogroups.com Sent: Monday, December 31, 2007 10:12 AM ...
for example you can make a PHP web service using XML-RPC. so user will enter the licence number if its in your DB then you can write the registry encoding data...
Interesting. Since this group is for people who write .NET based addins for vs.net you could also create your web service using, well, .NET ;) But I digress. ...
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"...
Hi Ngo, this isn't so much an Add-In problem, as a general .NET programming question. If the button is on a UserControl, then the handler for the button click...
Phil, I understand that event-handling should be done in the Form which it was created. However is it possible for the Exec method in the Connect.cs class to...