Administration access asking while installing a DLL

Asked By 20 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 0 points N/A #177518

Administration access asking while installing a DLL

qa-featured

Hi Steve D Bautista,

I can see that you do not have the administrative rights when installing the program, in order for it to be installed, you have to make it sure that you have logged on an administrative account so that it will by pass the .DLL file that is hindering on the setup. Another thing is that you have to turn off the UAC settings, this UAC or the User Account Control lets you block unwanted files that are not acknowledged by Microsoft. Turn it off from the control panel > user account settings > user account control > slide the handle down and Click apply.

Related Questions