Share via

Microsoft .NET Framework Error

Anonymous
2020-11-22T20:40:33+00:00

Hi there,

I have been getting this same error message pop up every time I turn on my laptop. I have attempted to solve this myself by downloading the latest Framework software and also using the Microsoft Repair Tool but nothing seems to be working. The text below is the message that is attached to the error. Can anyone help me?

See the end of this message for details on invoking 

just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************

System.ComponentModel.Win32Exception: The system cannot find the file specified

   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)

   at System.Diagnostics.Process.Start()

   at HotKey.HotKey.OnNVGPUChangeTimer_Tick(Object sender, EventArgs e)

   at System.Windows.Forms.Timer.OnTick(EventArgs e)

   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)

   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************

mscorlib

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.9151 (WinRelRS6.050727-9100)

    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll


HotKey

    Assembly Version: 7.0.0.28

    Win32 Version: 7.0.0.28

    CodeBase: file:///C:/Program%20Files%20(x86)/Hotkey/Hotkey.exe


System.Windows.Forms

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll


System

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.9147 (WinRelRS6.050727-9100)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll


System.Drawing

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll


Interop.MbnApi

    Assembly Version: 1.0.0.0

    Win32 Version: 1.0.0.0

    CodeBase: file:///C:/Program%20Files%20(x86)/Hotkey/Interop.MbnApi.DLL


System.ServiceProcess

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll


System.Management

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll


System.Core

    Assembly Version: 3.5.0.0

    Win32 Version: 3.5.30729.9135 built by: WinRelRS6

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll


HotKey.resources

    Assembly Version: 7.0.0.12

    Win32 Version: 7.0.0.12

    CodeBase: file:///C:/Program%20Files%20(x86)/Hotkey/en-US/HotKey.resources.DLL


HotKey.resources

    Assembly Version: 7.0.0.12

    Win32 Version: 7.0.0.12

    CodeBase: file:///C:/Program%20Files%20(x86)/Hotkey/en/HotKey.resources.DLL


System.Xml

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll


Audiodll

    Assembly Version: 1.0.0.0

    Win32 Version: 1.0.0.0

    CodeBase: file:///C:/Program%20Files%20(x86)/Hotkey/Audiodll.DLL


************** JIT Debugging **************

To enable just-in-time (JIT) debugging, the .config file for this

application or computer (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.

For example:

<configuration>

    <system.windows.forms jitDebugging="true" />

</configuration>

When JIT debugging is enabled, any unhandled exception

will be sent to the JIT debugger registered on the computer

rather than be handled by this dialog box.

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2020-11-22T20:53:35+00:00

    Hi and thanks for reaching out. My name is William, I’m an Independent Advisor. I'll be happy to help you out today.

    The issue is not specifically related to .NET, but instead a .NET-based program, which appears to be--based on some of the file paths above--something called HotKey. It likely runs are part of a Startup program, so you can open the Task Manager > go to the Startup tab > and select the related program to disable it to avoid the error at launch. Alternatively, you can also uninstall it by running appwiz.cpl. If it is something you use, then reinstall it, as that should fix whatever issue it is encountering.

    Was this answer helpful?

    6 people found this answer helpful.
    0 comments No comments