Search the web
Sign In
New User? Sign Up
vsnetaddin · Visual Studio.NET Add-ins
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3829 - 3858 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3829
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 ...
pjollans
Offline Send Email
Nov 1, 2007
11:16 pm
3830
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...
pjollans
Offline Send Email
Nov 1, 2007
11:19 pm
3831
Hi Phill, In fact, I'm using VSWebProjectItem.Load/Unload method for Web site projects. This works fine. Moreover, I call VSWebProjectItem.WaitUntilReady after...
Peter Macej
peter_macej
Offline Send Email
Nov 4, 2007
4:51 pm
3832
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...
liubolook
Offline Send Email
Nov 5, 2007
12:45 pm
3833
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...
Tim
thenybbler
Offline Send Email
Nov 27, 2007
12:41 am
3834
Did you check the registry to make sure the entries for your add-in are located where the registry thinks they are? ... From: Tim To:...
greeneyes
starthefish
Offline Send Email
Nov 27, 2007
2:55 am
3835
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....
Tim
thenybbler
Offline Send Email
Nov 27, 2007
9:56 am
3836
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...
Shah Japan
shahjapan
Offline Send Email
Nov 27, 2007
1:55 pm
3837
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...
Tim
thenybbler
Offline Send Email
Nov 27, 2007
8:23 pm
3838
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...
Tim
thenybbler
Offline Send Email
Nov 27, 2007
10:53 pm
3839
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...
elektrofetish
Offline Send Email
Dec 13, 2007
3:42 am
3840
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...
dmorelli75
Offline Send Email
Dec 24, 2007
5:50 pm
3841
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 ...
Anna-Jayne Metcalfe
jalapenokitten
Offline Send Email
Dec 24, 2007
6:00 pm
3842
... 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 ...
dmorelli75
Offline Send Email
Dec 24, 2007
9:50 pm
3843
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...
elektrofetish
Offline Send Email
Dec 30, 2007
2:46 pm
3844
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...
Phil Jollans
pjollans
Offline Send Email
Dec 30, 2007
5:51 pm
3845
You can use your own web services for licensing your addin. ... -- Regards, Japan Shah [Non-text portions of this message have been removed]...
Shah Japan
shahjapan
Offline Send Email
Dec 31, 2007
9:12 am
3846
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 ...
Phil Jollans
pjollans
Offline Send Email
Dec 31, 2007
10:31 am
3847
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...
Shah Japan
shahjapan
Offline Send Email
Jan 1, 2008
5:31 am
3848
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. ...
Joshua
elektrofetish
Offline Send Email
Jan 1, 2008
4:52 pm
3849
The return value from VCProject::get_Platforms is incorrect in my C++ VS 2005 addin. Can someone tell me what I'm doing wrong? ...
greeneyes_2399
Offline Send Email
Jan 3, 2008
12:31 am
3850
Wouldn't you know it... as soon as I posted my message, a light bulb went off in my head. The problem is the cast between EnvDTE::Project * and...
greeneyes_2399
Offline Send Email
Jan 3, 2008
12:52 am
3851
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"...
ngo_udhs
Offline Send Email
Jan 14, 2008
7:12 pm
3852
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 Jollans
pjollans
Offline Send Email
Jan 14, 2008
9:56 pm
3853
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...
ngo_udhs
Offline Send Email
Jan 15, 2008
2:54 pm
3854
This Addin will sort the attributes of any well formed XML such as XAML and other XML files. Find it on my blog - http://blog.mikeunderhill.com...
munderhillx
Offline Send Email
Jan 15, 2008
5:41 pm
3855
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...
rishiparkhe
Offline Send Email
Feb 5, 2008
12:19 pm
3856
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...
Joshua
elektrofetish
Offline Send Email
Feb 5, 2008
5:09 pm
3857
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,...
Rishikesh Parkhe
rishiparkhe
Offline Send Email
Feb 8, 2008
2:55 am
3858
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...
iangreenhill
Offline Send Email
Feb 15, 2008
3:10 pm
Messages 3829 - 3858 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help