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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3807 - 3836 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3807
what is the best way (most comfortable for the end user) to provide code generation / modification in the soruce editor? My current model is "User selects /...
hauptmannp
Offline Send Email
Apr 20, 2007
7:11 am
3808
I've run into two issues that I'd like to get some feedback on from the community here. Firstly, calling CodeClass2.RemoveInterface() throws the following ...
elektrofetish
Offline Send Email
May 5, 2007
2:37 pm
3809
i know how to make picture of icon of add-in in the tool menu and how to make resource file but i want to know what must be change in connect.cs class to use...
monii_2050
Offline Send Email
May 9, 2007
8:58 pm
3810
I've my own tool used during C/C++ builds that I need to create Task items for. I was happily using the OutputWindowPane's OutputTaskItemString member for...
Duncan Lees
blu3_d0g
Offline Send Email
May 25, 2007
5:08 pm
3811
Does EditPoint.ReplacePattern work with the option vsFindOptionsRegularExpression? For me it doesn't seem to work at all! If I provide a regular expression, it...
pjollans
Offline Send Email
Jun 12, 2007
9:46 pm
3812
Hi, does anybody have experience of using visual studio with Team Foundation Server (TFS)? I have received an error report indicating a NullReferenceException...
pjollans
Offline Send Email
Jun 25, 2007
10:34 pm
3813
My add-in reads the source code file (.vb or .cs) and can print the source of particular method or class. However, it doesn't handle #if directives which...
Peter Macej
peter_macej
Offline Send Email
Jun 26, 2007
11:14 am
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
Messages 3807 - 3836 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