Article ID: 935200 - Last Review: October 8, 2011 - Revision: 5.0 Error message when an application calls the RegisterTypeLib API to register a type library in Windows Vista: "Access denied"
On This PageSYMPTOMSConsider the following scenario. In an application that is running on a Windows Vista-based computer, you try to map the HKEY_CLASSES_ROOT registry subtree to another registry subtree. For example, you try to map the HKEY_CLASSES_ROOT registry subtree to the HKEY_CURRENT_USER registry subtree. When the application calls the RegisterTypeLib API to register a type library, you may receive the following error message:Access denied This problem occurs if User Account Control (UAC) is enabled, and the application is running under the Limited User Account. RESOLUTIONService pack informationTo resolve this problem, obtain the latest service pack for Windows Vista. For more information, click the following article number to view the article in the Microsoft Knowledge Base:935791
(http://support.microsoft.com/kb/935791/
)
How to obtain the latest Windows Vista service pack Hotfix informationA supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix. Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site: http://support.microsoft.com/contactus/?ws=support
(http://support.microsoft.com/contactus/?ws=support)
Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.After you install this hotfix, you must enable the hotfix. See the "Enable the hotfix" section for more information.PrerequisitesYou must have Windows Vista installed to apply this hotfix.Restart requirementYou must restart the computer after you apply this hotfix.Hotfix replacement informationThis hotfix does not replace any other hotfixes.File informationThe English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.Windows Vista, x86-based versionsCollapse this table
Collapse this table
Windows Vista, 64-bit versionsCollapse this table
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. This problem was first corrected in Windows Vista Service Pack 1. MORE INFORMATIONEnable the hotfixAfter you install this hotfix, you must use one of the following methods to enable the hotfix.Method 1This hotfix adds a new API. Before the application calls the RegisterTypeLib API, the application can call the void OaEnablePerUserTLibRegistration function to enable the RegisterTypeLIb API to use the appropriate override mapping. The OaEnablePerUserTLibRegistration function is exported from the Oleaut32.dll file. You must reference this file by using Run-Time Dynamic Linking and by using the GetProcAddress function. For more information about the GetProcAddress function and about Run-Time Dynamic Linking, visit the following Microsoft Web site:http://msdn2.microsoft.com/en-us/library/ms686944.aspx
(http://msdn2.microsoft.com/en-us/library/ms686944.aspx)
Method 2After you install the hotfix, the RegisterTypeLib API will check the OAPERUSERTLIBREG environment variable. If the value of the OAPERUSERTLIBREG variable is 1, the RegisterTypeLIb API will use the appropriate override mapping. Because this environment variable is read during the initialization of the DLLMain function, you must set this environment variable before you run the application. To do this, run one of the following commands at a command prompt:
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
824684
(http://support.microsoft.com/kb/824684/
)
Description of the standard terminology that is used to describe Microsoft software updates
REFERENCESFor more information about the HKEY_CLASSES_ROOT registry subtree, visit the following Microsoft Web site: http://msdn2.microsoft.com/en-us/library/ms724475.aspx
(http://msdn2.microsoft.com/en-us/library/ms724475.aspx)
For more information about the RegisterTypeLib API, visit the following Microsoft Web site:http://msdn2.microsoft.com/en-us/library/ms221570(vs.71).aspx
(http://msdn2.microsoft.com/en-us/library/ms221570(vs.71).aspx)
APPLIES TO
| Other Resources Other Support Sites
CommunityArticle Translations |






Windows Live
Facebook
Twitter
Linkedin
Digg it
Yahoo
Delicious
StumbleUpon
Yammer
Reddit
Technorati
FriendFeed
Email
Back to the top