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 3629 - 3658 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3629
Dear all, I have a strange problem when compiling an installer project. All redist msm's seems to be added. Any ideas how to fix that? WARNING: Unable to find...
Bonio Lopez
boniolopez
Offline Send Email
Jul 4, 2006
11:58 am
3630
Hi, as I understand there are two types of Visual Studio 2005 extensibilities (http://msdn2.microsoft.com/en-us/library/ms297670.aspx): 1. Add-ins: assemblies...
petrv2000
Offline Send Email
Jul 4, 2006
10:05 pm
3631
AFAIK no, you need the .vsz file. Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio. You can code, design, locate code and...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Jul 4, 2006
10:36 pm
3632
... And what about single assembly for both types ? Do I need separate assembly for the COM-based wizard ? Petr...
petrv2000
Offline Send Email
Jul 5, 2006
9:18 am
3633
No, you can do it with a single assembly implementing the needed interfaces (IExtensibility2, IDTWizard) Best regards, Carlos J. Quintero MZ-Tools:...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Jul 5, 2006
9:47 am
3634
Upgrading a working addin from VS2003 to VS2005. There have been some other modifications to the code but not in this area. When deployed CreateToolWindow is...
Callum
callum_potter
Offline Send Email
Jul 5, 2006
1:07 pm
3635
Hi, I am deploying an addin for Word / Excel / PowerPoint. After installation the LoadBahaviour in the registry changes to 3 and then the Addin does not load....
Anil Kumar Gupta
anil_gupta29
Offline Send Email
Jul 6, 2006
9:59 am
3636
Looks to be due to a registration error. Think we have resolved this now. Hope didnt waste anyones time. C....
Callum
callum_potter
Offline Send Email
Jul 6, 2006
10:10 am
3637
There are some things to check: - When installed , is the add-in registered for all users or only for the current user? (are the installation user and the end...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Jul 6, 2006
10:27 am
3638
Hi, I have checked these and here is the result. The Addin is registered for all the user and the installation and end user both are same. No the OnConnection...
Anil Kumar Gupta
anil_gupta29
Offline Send Email
Jul 7, 2006
5:21 am
3639
Then I suggest to contact InstallShield if their setup does not work but the one's from Microsoft does. Also, it could be that a DLL is missing in the setup so...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Jul 7, 2006
7:20 am
3640
Have you tried running FileMon from www.sysinternals.com on both machines (with and without VS installed) ? You may discover that the machine without VS is...
Pirelli Jean-Marie
timores2
Offline Send Email
Jul 10, 2006
2:50 pm
3641
How do I hide a menu when none of its subitems qualify in the context For instance I create a menu SQL which three sub items off it. I create a menu C# which...
mailhjain
Offline Send Email
Jul 11, 2006
7:06 pm
3642
Hi, I have used CodeClass.IsDerivedFrom() to determine whether a class is derived from "System.Windows.Forms.Form". Now I have run into a problem using so...
Phil Jollans
pjollans
Offline Send Email
Jul 12, 2006
7:59 pm
3643
Hi, I am trying to edit these MRU lists from my add-in... I have no problem reading / writing these lists in Registry, but the menu items for Recent Files /...
vladfein
Online Now Send Email
Jul 13, 2006
5:39 pm
3644
Those MRUs are updated by VS on exit, so there is no chance for an add-in to update them while VS is running. Best regards, Carlos J. Quintero MZ-Tools:...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Jul 13, 2006
9:46 pm
3645
Dear all, When I install my app on the one of test machines I get following error message. I checked and Microsoft.VisualStudio.Shell.Interop is not in GAC. My...
Bonio Lopez
boniolopez
Offline Send Email
Jul 14, 2006
9:17 am
3646
I have found the answer. I need to install VSIP Interop Assembly Redist.msi. Although I am not sure how to do that. 1. I would like to avoid starting this...
Bonio Lopez
boniolopez
Offline Send Email
Jul 14, 2006
9:49 am
3647
Adding a custom build even will not help, as unless you are building your code on every computer you wish to install to it will not help. There are two...
Craig Skibo
craigskibo_msft
Offline Send Email
Jul 14, 2006
6:10 pm
3648
Dear Craig, I did as you suggested, start msi from the custom action. There are 2 problems: 1. The firewalls (i.e. Kerio Firewall) prevent the launching of the...
Bonio Lopez
boniolopez
Offline Send Email
Jul 17, 2006
9:48 am
3649
... Technically it should work, the only problem(s) may be legal. See the docs to see if the files are redistributable individually. Also: - In VS 2005 some...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Jul 17, 2006
12:11 pm
3650
In general, you cannot re-declare types/interfaces defined in an interop assembly in your own assembly and use them successfully. For example, if you define...
Brent Rector
wiseowlconsu...
Offline Send Email
Jul 17, 2006
9:06 pm
3651
Dear Brent, I am not very good in fusion. But what I understand from http://www.codeproject.com/dotnet/assemblydeployment.asp is: Both VS and my application...
Bonio Lopez
boniolopez
Offline Send Email
Jul 18, 2006
3:24 pm
3652
The *default* search path is GAC, then search the private path for the loading AppDomain. However there are a number of complications that may affect what...
Brent Rector
wiseowlconsu...
Offline Send Email
Jul 18, 2006
6:23 pm
3653
Hi, with VS 2005, I am finding that the behaviour of ISelectionService.SetSelectedComponents() is affected by the shift key. If the shift key is pressed, the...
Phil Jollans
pjollans
Offline Send Email
Jul 20, 2006
10:23 pm
3654
Are any of you aware of a COM Add-In (or other solution) to run just the pre-build step for a project without invoking an actual build? If such an add-in does...
Daniel Christensen
daniel_l_chr...
Online Now Send Email
Jul 20, 2006
11:16 pm
3655
Hi all, yesterday, I found a bug in VS 2005. It is similar to http://www.mztools.com/Articles/2006/MZ017.htm but not the same. Symptoms: ...
Peter Macej
absurdisti
Offline Send Email
Jul 21, 2006
8:07 am
3656
OK, please ignore my original post. It is clear that I'm not ASP .NET expert. It is not allowed to have source files in different languages on one web site....
Peter Macej
absurdisti
Offline Send Email
Jul 21, 2006
9:13 am
3657
Hi Peter, I was just reviewing your issue and I came to the same conclusion ;-) Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Jul 21, 2006
9:18 am
3658
Hi, calling ProjectItem.IsOpen ( Constants.vsext_vk_Designer ) for a .master file in an ASP.NET 2.0 project seems to always return "True" regardless of whether...
Phil Jollans
pjollans
Offline Send Email
Jul 25, 2006
9:43 pm
Messages 3629 - 3658 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