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...
Show off your group to the world. Share a photo of your group with us.

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 2025 - 2055 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2025
dear technocrats iam have got below given problem visual studio .net has detected that the specified web server is not running asp.net version 1.1 you will be...
technocrats143
Offline Send Email
Sep 1, 2004
7:30 am
2026
Notice that this forum is for .NET addins and your questions is not related to that at all... Regards, Carlos J. Quintero (Visual Developer - .NET MVP) _____ ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 1, 2004
10:48 am
2027
I'm hooking into the ComponentAdding event to trap when a user drops a control onto a form. This works fine. When code in the form is changed and the form...
stevensartain
Offline Send Email
Sep 1, 2004
4:48 pm
2028
It's a bit tricky and error-prone. You have to use also the ComponentChanged event fot the parent with e.Member.Name = "Controls". If I remember right, this...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 2, 2004
8:13 am
2029
Hi All, I have addins working fine now the only problem I have now is when I try to contact webservices from my usercontrol that is inside a addin window. I...
RORY STREET
rory925011
Offline Send Email
Sep 2, 2004
2:49 pm
2030
How do we create projects similar to Setup or Application Center Test Projects using Visual Studio.NET 2003 Extensibilty features? Do we have any articles...
shand_75
Offline Send Email
Sep 3, 2004
2:42 am
2031
On the contrary to VB.NET or C# projects, setup, database, etc. projects are "unmodeled projects" meaning that they offer very little (if any) automation (to...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 3, 2004
8:08 am
2032
... If you want to create new project types, you need to use VSIP. See www.vsipdev.com -- Arild AnkhSVN: http://ankhsvn.tigris.org Blog:...
Arild Fines
arild_fines
Online Now Send Email
Sep 3, 2004
11:34 am
2033
I developed a plugin a while ago and use it quite a bit. Now I'm on a new machine, but can't recompile the controls DLL that the plugin uses and get this...
varchar20
Offline Send Email
Sep 6, 2004
5:40 pm
2034
Hi, Your add-in only needs to register for COM-interop: - The assembly which contains the Connect class, since VS.NET 2002/2003 still uses add-ins through COM....
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 7, 2004
7:57 am
2035
The assembly that's giving me a problem, a controls-bearing DLL, qualifies as the second variety of assembly you describe that needs to be registered for COM...
varchar20
Offline Send Email
Sep 7, 2004
3:08 pm
2036
Well, then you can register it for COM interop in 2 ways: - Using the Register for COM Interop checkbox of the project properties window. - Opening a VS.NET...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 7, 2004
3:15 pm
2037
I would love to leave COM interop behind, but unfortunately the controls need to remain Public. Okay. My problem is now solved - I used regasm.exe /codebase ...
varchar20
Offline Send Email
Sep 7, 2004
5:56 pm
2038
I am not sure about your original problem, but you can leave the scope of your usercontrols set to Public and still get rid of COM registration using the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 8, 2004
8:59 am
2039
Hi, I am experiencing the same problem described below last year in the microsoft.public.vsnet.ide. So, if you can download Process Explorer from...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Sep 8, 2004
9:44 am
2040
Hi, Can anyone please help me.... ?? i want to check and disable (if any) source safe 6.0 info attached to a project in my C# application. if u know anything...
nutkase83
Offline Send Email
Sep 9, 2004
8:26 am
2041
In the last couple of weeks I've been getting error reports for AnkhSVN that had stack traces like these: System.MissingMethodException: Method not found:...
Arild Fines
arild_fines
Online Now Send Email
Sep 9, 2004
1:17 pm
2042
This is a known bug that I will be fixing in the next few days, and will be available in the next beta. There main reason for this, mainly because we no longer...
Craig Skibo
craigs_ms
Offline Send Email
Sep 9, 2004
9:11 pm
2043
Thanks, Craig. Does this mean I can tell my users to do regasm /codebase on the 7.x envdte.dll? ... -- Arild AnkhSVN: http://ankhsvn.tigris.org Blog:...
Arild Fines
arild_fines
Online Now Send Email
Sep 9, 2004
11:39 pm
2044
Hello, I'm trying to add a new ToolBox tab and items to VS.NET 2003 (from an external application). I use the code below. It doesn't throw any exception, but...
kentico123
Offline Send Email
Sep 14, 2004
8:04 am
2045
I donīt know exactly but here you have a code snippet that works. Compare it to yours. Regards, Carlos J. Quintero (Visual Developer - .NET MVP) Private Sub...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 14, 2004
8:39 am
2046
Hi Carlos, Thank you very much for your message. Your code is definitely a step ahead - I can already see the added item in the new tab and drop it in a text...
kentico123
Offline Send Email
Sep 14, 2004
11:09 am
2047
I can reproduce your issue but I have no solution for it. When you do the same manually instead of from a program, the text is persisted. The TooBoxXXX stuff...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 14, 2004
11:43 am
2049
Hi Carlos, Thank you very much for your reply. Actually, I need to register an ASP.NET custom server control. Unfortunately, the code doesn't work with this....
kentico123
Offline Send Email
Sep 14, 2004
5:16 pm
2050
Your code seems correct. At least is similar to the code below that I have just tested and it works fine: the usercontrol is added to the tab and is persisted...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 15, 2004
9:00 am
2051
Can anyone give me some code for each class in a project using Code Dom? Thanks a Lot UVN PardhaSaradhi ...
Upadrasta V N. Pardh...
uvnpsaradhi
Offline Send Email
Sep 15, 2004
1:14 pm
2052
Hi David, A very good Article. But a question now. Now that a codelement is codeClass, I wanted to get all the Source Code related to this codeClass. Any...
SARADHI
uvnpsaradhi
Offline Send Email
Sep 15, 2004
1:52 pm
2053
Try the DotNet Refelctor SDK http://www.gotdotnet.com/workspaces/workspace.aspx?id=0f5846c3-c7aa- 4879-8043-e0f4fc233ade ... Dom? ... written...
carstenjendro
Offline Send Email
Sep 15, 2004
4:07 pm
2054
I wish to set a keyboard binding automatic from my VS.Net Addin in c# like this: command.Bindings = "Text editor::Alt+X"; but this crashes in a german...
carstenjendro
Offline Send Email
Sep 15, 2004
4:07 pm
2055
I thought about your question when I saw it in the microsoft newsgroups a couple of days ago and I didnīt see an easy solution. First, you must check if that...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Sep 15, 2004
5:48 pm
Messages 2025 - 2055 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