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...
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...
In my opinion, CodeDOM, while very powerful is also very frustrating to work with. I also have created a code generator; however the code for the classes that...
Hi Joshua, Thanks for your comments. I was also thinking about implementing my own graph for the code to be generated. And agree that CodeDOM is very powerful,...
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 Thank you for the tip, that's solved the problem. As we want the addin to install for all users as well as single users is to add a NOT AdminUser...
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...
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...
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...
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...
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 can't get this to work. It's registered as present and checked in the Add-in Manager. But the Script Outline window does not appear. When I started a new...