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 your group to be featured on the Yahoo! Groups website? 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 2705 - 2734 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2705
Hi Craig, Yes, I have something to add: Phil is right. The problem only happens with VS.NET 2002, not with VS.NET 2003. I discovered that too last night, the ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jul 1, 2005
8:06 am
2706
Sorry, it should be objType = Type.GetTypeFromCLSID(New Guid("dummyCLSID")) Carlos ... De: Quintero Vivar, Carlos Javier Enviado el: viernes, 01 de julio de...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jul 1, 2005
8:13 am
2707
Does anybody have a sure way to identify the VS 2005 beta 2 version from an Add-In, which will NOT match the VS 2005 final release? Is there some version...
Phil Jollans
pjollans
Offline Send Email
Jul 1, 2005
10:09 pm
2708
... The version number will definitely change between beta 2 and RTM, but there's no guarantee what the RTM version number will be. So you could check for...
Bob Arnson
bob_arnson
Offline Send Email
Jul 2, 2005
2:36 am
2709
Hi Bob, how do I actually get this version number. DTE.Version just returns 8.0, so I presumably have to do something a bit more complicated. Phil ... From:...
Phil Jollans
pjollans
Offline Send Email
Jul 2, 2005
6:12 am
2710
For the VS 2005 Beta 2 version of my Add-In, I have just changed the CLSCompliant attribute in AssemblyInfo.vb to <Assembly: CLSCompliant(False)> to get rid of...
Phil Jollans
pjollans
Offline Send Email
Jul 2, 2005
7:34 pm
2711
ClsCompliance is of no interest to you. It is a contract for anyone using your dll - an addin is not used by any other projects. Thomas...
Thomas Tomiczek
t.tomiczek@...
Send Email
Jul 2, 2005
7:40 pm
2712
Carlos, If SubType problem wasn't bad enough, here's what I've dig up on June CTP. Not only that we can't get project item types anymore, but Project's...
usysware
Offline Send Email
Jul 3, 2005
3:37 am
2713
I've updated the problem description. Problem doesn't seem to be as sever as I originally thought but still bad IMHO. It also appears to apply to Beta 2 as...
usysware
Offline Send Email
Jul 3, 2005
4:19 pm
2714
I would read the CLSID of HKEY_CLASSES_ROOT\VisualStudio.DTE.8.0, which currently seems to be BA018599-1DB3-44f9-83B4-461454C84BF8, then read the registry...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jul 4, 2005
8:07 am
2715
Hi, Thanks for the info, I am now working with Windows project types and project item types and next week surely I will work with Web project types. I'll keep...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jul 4, 2005
8:20 am
2716
Hi, Test projects in VS 2005 seem to have 2 type GUIDs, according to the saved project TestProject1.vbproj: ... ...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Jul 4, 2005
10:28 am
2717
Those Solution Explorer icons seems to be fixed in June CTP. Here are the commands that still have old style, i.e. low color, icons: Project.CopyProject ...
usysware
Offline Send Email
Jul 4, 2005
2:38 pm
2718
... Ah, I didn't check to see what it returned. I'm not aware of a DTE method/property that returns a more detailed version. Does the FullName property return...
Bob Arnson
bob_arnson
Offline Send Email
Jul 4, 2005
5:01 pm
2719
Hi, This page in MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/cpref/html/frlrfsystemcomponentmodeldesignicomponentchangeservicec ...
lucianobargmann
Offline Send Email
Jul 5, 2005
1:16 pm
2720
I don´t know the exact answer, but since Windows Forms and Web Forms are so different, it wouldn´t surprise me if that only works with Windows forms, if any....
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jul 5, 2005
1:29 pm
2721
hi all, i am using the IComponentChangeService for detecting the deletion of control in the page. But one i switch between the pages i am getting the...
coolvarun43
Offline Send Email
Jul 6, 2005
7:54 am
2722
hi all, i am using the IComponentChangeService for detecting the deletion of control in the page. But one i switch between the pages i am getting the...
coolvarun43
Offline Send Email
Jul 6, 2005
9:50 am
2723
Hi, For those of you working with VS 2005, the June CTP solves some problems of Beta 2, such as the annoying bugs creating commands with custom pictures or the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jul 6, 2005
2:56 pm
2724
I finally got around to testing for the beta version. This is how I did it: Dim EnvDtePath as String = oDte.FullName Dim EnvDteVersInfo As FileVersionInfo =...
Phil Jollans
pjollans
Offline Send Email
Jul 6, 2005
8:36 pm
2725
I have a fairly chronic problem with VS 2005. When I use the form designer, I often end up with lines like Me.stControls.AccessibleDescription =...
Phil Jollans
pjollans
Offline Send Email
Jul 6, 2005
8:54 pm
2726
I am working with normal extensibility automation from C# to implement an IDTWizard framework that builds fairly far out from the IVSN2k3 wizard library; one...
Jonathan Choy
tetsujinnooni
Offline Send Email
Jul 8, 2005
2:24 am
2727
hi all, i have created an addin using the Visual studio extensibility project and i am hosting a tool window in the Shim control provided by MS. In my system i...
coolvarun43
Offline Send Email
Jul 8, 2005
2:31 pm
2728
Hi, You need to register for COM: - The .NET assembly dll of the add-in, using regasm.exe (or equivalent) - The ActiveX dll of the shim control, using...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jul 11, 2005
8:40 am
2729
My add-in is used by other projects, since it is extensible itself and contains an object model. What about ClsCompliance in that case? Carlos...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Jul 12, 2005
8:30 am
2730
I'm starting a project doing use the automation and the DTE. I'm trying to create a new VB WinForm project using the template. VS2005 apparently changed the...
rimdev
Offline Send Email
Jul 14, 2005
9:15 pm
2731
Another problem ive run into with this project is that I'm not able to find the generated code files of a file. Again, I'm using 2005 June CTP to do this and...
rimdev
Offline Send Email
Jul 14, 2005
11:21 pm
2732
I think I can get the Form1.Designer.vb file without problems, but in any case, you shouldn´t touch it. To manipulate controls, see this article of mine: ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jul 15, 2005
8:13 am
2733
Hi, I am trying to get the current selection in Class view for VB projects using DTE.SelectedItems but the selection count is always zero. I've also tried...
apbogdan
Offline Send Email
Jul 15, 2005
12:25 pm
2734
Hi Paul, See: http://blogs.msdn.com/craigskibo/archive/2003/09/22/51662.aspx <http://blogs.msdn.com/craigskibo/archive/2003/09/22/51662.aspx> Best regards, ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jul 15, 2005
2:43 pm
Messages 2705 - 2734 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