Access to the registry key is denied

  • Thread starter Thread starter KH
  • Start date Start date
K

KH

Please help!
I can't use the regsvcs command to register my .Net DLL.
Here is the error:

The following installation error occurred:
1: Failed to register assembly 'pControl, Version=1.0.0.0,
Culture=neutral,
PublicKeyToken=9cbd333f8b9cdcdd'.
2: Access to the registry key is denied.

I am trying to register this on my PC, and of course I am
admin of my PC. Does anyone has this problem, how to fix
it, let me know, thank you!
 
This typically happens when the following Registry key has incorrect
permission settings.

HKEY_CLASSES_ROOT\Component
Categories\{62C8FE65-4EBB-45e7-B440-6E39B2CDBF29}

Use the registry editor to make sure that the user has read access to
that key.
 
Back
Top