.net framework error at startup after installing MS intellimouse


  1. Posts : 7
    Windows 10 64 Bit Pro
       #1

    .net framework error at startup after installing MS intellimouse


    Hi, I am running Windows 10 and recently got a new Microsoft Intellimouse Pro, i installed the microsoft mouse and keyboard centre which is the settings for the mouse and since every time i restart my laptop it comes up with an error showing .net framework (JIT). this actually only shows up as soon as i move my mouse for the first time after boot.

    If i dismiss the error it then doesn't return until i boot again, the mouse and keyboard centre also function as well and don't give any errors when i open it, i do think its linked to that though.

    I couldn't find a way to uninstall .net to try and reinstall it again, i did download it ut when i run it says its already installed without any other options.

    I have reinstalled the mouse and keyboard centre but that didn't fix it.

    Has anyone got any ideas how i could fix this please?

    Regards
    James
      My Computer


  2. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #2

    Hello @james1981,

    james1981 said:
    I couldn't find a way to uninstall .net to try and reinstall it again, I did download it but when I run it says its already installed without any other options.

    Very strange.

    [1] Is it actually saying that there is a version of .NET that needs to be installed in order for it to work?
    [2] If so, what version is it?



    As a start, to check which .NET Framework Versions you already have installed . . .

    [1] Press the Win + X keys together > Windows PowerShell (Admin)
    [2] Highlight EVERYTHING in the Code box below.
    [3] Press the Ctrl + C keys together.
    [4] Right-Click inside the Administrator: Windows PowerShell Window.
    [5] Press Enter.

    Code:
    
    Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -recurse |
    Get-ItemProperty -name Version,Release -EA 0 |
    Where { $_.PSChildName -match '^(?!S)\p{L}'} |
    Select PSChildName, Version, Release

    I hope this helps.
      My Computer


  3. Posts : 2,911
    Windows 10 Pro for the Bro
       #3

    There's an app that checks what .NET version your have, and allows you to reinstall (& install) any .NET version you have.

    1) 6 Ways to Check What Version of Microsoft .NET Framework is Installed on your Computer • Raymond.CC
    2) Scroll down to number 1, and download: Raymondcc .NET Detector
    3) After you open the app, click whichever version it shows that you have installed on your computer, and you can try reinstalling it.
      My Computer


  4. Posts : 7
    Windows 10 64 Bit Pro
    Thread Starter
       #4

    This is what the error says on my screen, not sure if this is useful?

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an object.
    at Alienware_Peripherals.Core.Device.SettingsDevice.ReadOSLevelSettings()
    at Alienware_Peripherals.Core.Device.SettingsDevice.onMouseWmSettingChangeUpdateEvent(String interfaceName)
    at Alienware_Peripherals_Common.MouseWmSettingChangeUpdateEventHandler.Invoke(String interfaceName)
    at Alienware_Peripherals_Common.MouseWmSettingChangeNotifier.messageCallBack(Object state)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4400.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    ----------------------------------------
    AWCC.Background.Server
    Assembly Version: 5.3.2.0
    Win32 Version: 5.3.2.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.Background.Server.exe
    ----------------------------------------
    AWCC.NetTools
    Assembly Version: 5.3.2.0
    Win32 Version: 5.3.2.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.NetTools.DLL
    ----------------------------------------
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4400.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    AWCC.FX.DeviceDiscovery.Win32
    Assembly Version: 5.3.2.0
    Win32 Version: 5.3.2.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.FX.DeviceDiscovery.Win32.DLL
    ----------------------------------------
    AWCC.RPC.Win32
    Assembly Version: 1.0.1.0
    Win32 Version: 5.3.2.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.RPC.Win32.DLL
    ----------------------------------------
    AWCC.RPC.Win32.Interfaces
    Assembly Version: 5.3.2.0
    Win32 Version: 5.3.2.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.RPC.Win32.Interfaces.DLL
    ----------------------------------------
    AWCC.Service.Interfaces
    Assembly Version: 5.3.2.0
    Win32 Version: 5.3.2.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.Service.Interfaces.DLL
    ----------------------------------------
    AWCC.Win32.Helper
    Assembly Version: 1.0.1.0
    Win32 Version: 5.3.2.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.Win32.Helper.DLL
    ----------------------------------------
    AWCC.PM.Domain
    Assembly Version: 5.3.2.0
    Win32 Version: 5.3.2.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.PM.Domain.DLL
    ----------------------------------------
    AWCC.UpdateService
    Assembly Version: 5.3.2.0
    Win32 Version: 5.3.2.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.UpdateService.DLL
    ----------------------------------------
    System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    AWCC.FX.Core.Win32
    Assembly Version: 1.0.9.0
    Win32 Version: 1.0.9.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.FX.Core.Win32.DLL
    ----------------------------------------
    AWCCToastNotificationWin32
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCCToastNotificationWin32.DLL
    ----------------------------------------
    AWCC.Macro.Engine
    Assembly Version: 5.3.2.0
    Win32 Version: 5.3.2.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.Macro.Engine.DLL
    ----------------------------------------
    System.Management
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
    ----------------------------------------
    System.Web
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4330.0 built by: NET48REL1LAST_B
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    ----------------------------------------
    Windows.ApplicationModel
    Assembly Version: 255.255.255.255
    Win32 Version: 10.0.10011.16384
    CodeBase: file:///C:/Windows/system32/WinMetadata/Windows.ApplicationModel.winmd
    ----------------------------------------
    Windows.Management
    Assembly Version: 255.255.255.255
    Win32 Version: 10.0.10011.16384
    CodeBase: file:///C:/Windows/system32/WinMetadata/Windows.Management.winmd
    ----------------------------------------
    System.Runtime
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.dll
    ----------------------------------------
    Windows.Foundation
    Assembly Version: 255.255.255.255
    Win32 Version: 10.0.10011.16384
    CodeBase: file:///C:/Windows/system32/WinMetadata/Windows.Foundation.winmd
    ----------------------------------------
    System.Runtime.WindowsRuntime
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.WindowsRuntime/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.WindowsRuntime.dll
    ----------------------------------------
    AWCC.FX.Core.Metadata.Win32
    Assembly Version: 5.3.2.0
    Win32 Version: 5.3.2.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.FX.Core.Metadata.Win32.DLL
    ----------------------------------------
    Newtonsoft.Json
    Assembly Version: 11.0.0.0
    Win32 Version: 11.0.2.21924
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/Newtonsoft.Json.DLL
    ----------------------------------------
    System.Numerics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
    ----------------------------------------
    System.Runtime.Serialization
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
    ----------------------------------------
    System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
    ----------------------------------------
    Martell_VID_04F2_PID_1830_22
    Assembly Version: 1.1.22.0
    Win32 Version: 1.1.22.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/Martell_VID_04F2_PID_1830_22.dll
    ----------------------------------------
    Alienware_Peripherals_Common
    Assembly Version: 1.1.22.0
    Win32 Version: 1.1.22.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/Alienware_Peripherals_Common.DLL
    ----------------------------------------
    Alienware_Peripherals_Metadata
    Assembly Version: 1.1.22.0
    Win32 Version: 1.1.22.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/Alienware_Peripherals_Metadata.DLL
    ----------------------------------------
    Newtonsoft.Json
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.3.21018
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/Newtonsoft.Json.DLL
    ----------------------------------------
    Tully_VID_04F2_PID_1831_22
    Assembly Version: 1.1.22.0
    Win32 Version: 1.1.22.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/Tully_VID_04F2_PID_1831_22.dll
    ----------------------------------------
    TullyRGB_VID_04F2_PID_1968
    Assembly Version: 1.1.22.0
    Win32 Version: 1.1.22.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/TullyRGB_VID_04F2_PID_1968.dll
    ----------------------------------------
    Yrel_VID_04F2_PID_1665_21
    Assembly Version: 1.1.22.0
    Win32 Version: 1.1.22.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/Yrel_VID_04F2_PID_1665_21.dll
    ----------------------------------------
    Durotan_VID_04F2_PID_1666_21
    Assembly Version: 1.1.22.0
    Win32 Version: 1.1.22.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/Durotan_VID_04F2_PID_1666_21.dll
    ----------------------------------------
    Guldan_VID_04CA_PID_00A5_21
    Assembly Version: 1.1.22.0
    Win32 Version: 1.1.22.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/Guldan_VID_04CA_PID_00A5_21.dll
    ----------------------------------------
    Tyrion_VID_0461_PID_4e9f_21
    Assembly Version: 1.1.22.0
    Win32 Version: 1.1.22.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/Tyrion_VID_0461_PID_4e9f_21.dll
    ----------------------------------------
    Blackhand2_VID_04CA_PID_00B0_21
    Assembly Version: 1.1.22.0
    Win32 Version: 1.1.22.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/Blackhand2_VID_04CA_PID_00B0_21.dll
    ----------------------------------------
    Blackhand_VID_04CA_PID_00A6_21
    Assembly Version: 1.1.22.0
    Win32 Version: 1.1.22.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/Blackhand_VID_04CA_PID_00A6_21.dll
    ----------------------------------------
    GregorDongle_VID_0461_PID_4ec0_21
    Assembly Version: 1.1.22.0
    Win32 Version: 1.1.22.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/GregorDongle_VID_0461_PID_4ec0_21.dll
    ----------------------------------------
    Snow_VID_0461_PID_4E9E_21
    Assembly Version: 1.1.22.0
    Win32 Version: 1.1.22.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20CC%20Components%20for%20AWCC/CommDlls/Snow_VID_0461_PID_4E9E_21.dll
    ----------------------------------------
    AWCC.FX.Core.Code.Win32
    Assembly Version: 5.3.2.0
    Win32 Version: 5.3.2.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.FX.Core.Code.Win32.DLL
    ----------------------------------------
    AWCC.FX.API.PID0x531
    Assembly Version: 5.3.2.0
    Win32 Version: 5.3.2.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.FX.API.PID0x531.DLL
    ----------------------------------------
    AWCC.FX.API.Core
    Assembly Version: 1.0.11.0
    Win32 Version: 1.0.11.0
    CodeBase: file:///C:/Program%20Files/Alienware/Alienware%20Command%20Center/AWCC.FX.API.Core.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.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:14.
Find Us




Windows 10 Forums