Net framework error creating the registry key

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

Hello experts,

NET Framework error message appears when I want to start my new and fresh installed program. I have installed the latest version of NET Framework and my Windows 7 is also updated. Does anyone have any idea on how can this error be solved ? What is causing this one ?

Thank you experts !

Error

Error creating registry key:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSafeBootMinimalfsproflt2

RegCreateKeyEx failed; code 5.

Access is denied.

Click Retry to try again, Ignore to proceed anyway or Abort to cancel installation.

SHARE
Answered By 590495 points N/A #179055

Net framework error creating the registry key

qa-featured

Since you did not mention the name of the program you installed, kindly check the system specifications to make sure you meet all the requirements. Also make sure that the correct version of Microsoft .NET Framework is installed because there are applications that are dependent or require a specific version of Microsoft .NET Framework and will not work on other version even if it is the latest version you installed.

If the specification of the program, for example, requires Microsoft .NET Framework 4.0 and later then you can install the latest version. But if it clearly indicates a specific version then in this case, you need to install that version instead of the latest version. You need to do this to see if the application is version-specific.

If you verify that the application is not version-specific and will work on the latest version of Microsoft .NET Framework, set the application to always run as administrator. This way you give full privilege to the program. Right-click the program shortcut then select Properties. Select Compatibility tab then check “Run this program as an administrator” and then click OK. Start the application after this and see if it works.

Related Questions