Error is registering assemblies. This is an administrative task, permission denied

Asked By 0 points N/A Posted on -
qa-featured

Hello,

I am having a problem concerning a “.dll” installation to the GAC.

The error message tells me that I do not have administrative access or administrative credentials for the task.In other words it tells me that I am not the administrator.

Any ideas why this is happening?

Thank you in advance.

Error
Error is registering assemblies.
This is an administrative task, permission denied.
System.ApplicationException: Unable to install assembly in the GAC. This usually indicates either an invalid assembly path or you are not admin. At EasyHook.NativeAPI.GacInstallAssembly(IntptrInContext, String InAssembly, string InDescription, String InUniqueID)
EasyHook.Config.Register(String InDescription, String[] InUserAssemblies) 
At scanner.Form1.g()
C:program filesRVG SoftwareHoldem managerHEMGUI.dll
C:program filesRVG SoftwareHoldem managerHSFtp.dll
SHARE
Answered By 15 points N/A #181579

Error is registering assemblies. This is an administrative task, permission denied

qa-featured

Hi Jamal,

The error is because the current user does not have the correct permissions for the registry key.
To resolve this error follow the below steps:
1) Log on to the system as Administrator
2) Click 'Start', Click 'Run', Type 'regedt32'

 Open-Registry-Editor-through-Run-Window

3) Click on the subkey  'HKEY_CLASSES_ROOTComponent Categories{62C8FE65-4EBB-45e7-B440-6E392CDBF29}'
4) Click 'Permissions' on the Security menu
5) Click 'Advanced'
6) Click and select 'Inherit Permission from Parent Object' check box, Click 'Apply'
7) Close 'Registry Editor'
8) Restart the system

Related Questions