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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 3814 - 3843 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3814
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...
sumitpkedia
Offline Send Email
Jul 11, 2007
6:01 pm
3815
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...
sumitpkedia
Offline Send Email
Jul 11, 2007
6:02 pm
3816
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...
Pirelli Jean-Marie
timores2
Offline Send Email
Jul 12, 2007
2:05 pm
3817
Can you not just substitute ULONG* for ULONG_PTR in your code? -Duncan...
Duncan Lees
blu3_d0g
Offline Send Email
Jul 12, 2007
2:35 pm
3818
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...
steveski74
Online Now Send Email
Jul 13, 2007
12:23 pm
3819
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...
sumit kedia
sumitpkedia
Offline Send Email
Jul 17, 2007
1:00 am
3820
I will be out of the office starting 07/16/2007 and will not return until 07/25/2007. ...
bob.powell@...
bobpowell1
Offline Send Email
Jul 17, 2007
1:12 am
3821
Steps followed: Register the addin under HKEY_LOCAL_MACHINE Open devenv ,Addin is observed under Tools menubar. Unregister the addin Addin is removed from...
sumitpkedia
Offline Send Email
Jul 22, 2007
4:12 am
3822
With vs sdk projects you need to reset vs with the devenv /reset command line option before the menus show up. Maybe this will help. Bill ... From:...
Bill F. Foust
rimdev
Offline Send Email
Jul 22, 2007
2:59 pm
3823
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...
jivan.goyal
Offline Send Email
Aug 23, 2007
1:02 pm
3824
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...
pjollans
Offline Send Email
Sep 17, 2007
7:34 pm
3825
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 ...
pjollans
Offline Send Email
Sep 22, 2007
12:02 pm
3826
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...
markusbischof
Offline Send Email
Oct 1, 2007
6:02 pm
3827
Hi, I'm able to create a tab, but i'm not able to install the component.. here is my code : // Create a EnvDTE object. System.Type t =...
x04001
Offline Send Email
Oct 9, 2007
2:25 pm
3828
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...
Peter Macej
peter_macej
Offline Send Email
Oct 12, 2007
8:28 am
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
Messages 3814 - 3843 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