![]() |
||||
|
Introduction When Visual Studio 2008 is launched on Windows Vista with its User Account Control (UAC) feature activated, by default it doesn't require administrator rights (on the contrary to Visual Studio 2005), so it runs as a Standard User (even if you are an administrator). In such circumstances, the Add-In Manager of Visual Studio 2008 doesn't load or unload add-ins registered for all users using the Windows Registry. The problem doesn't happen for COM add-ins registered for the current user (rather than for all users) or for add-ins registered for all users using an .AddIn XML registration file. Notice that while standard users are not allowed to change the "Load on startup" behavior of an add-in using the Add-In Manager because it is a machine-wide change (and therefore the checkbox for that purpose is disabled), they should be able to load/unload add-ins through the Add-In Manager, and in facts it works as expected for add-ins registered for all users using XML registration. More Information Steps to reproduce the problem:
That doesn't happen for add-ins registered for all users using an .AddIn XML file, only for COM-based add-ins registered for all users. Go back to the 'Resources for Visual Studio .NET extensibility' section for more articles like this
You can code, design, locate code and document your apps much faster using VB.NET, C#, C++ or Visual J#:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||