Share via

Microsoft .NET Startup error

Anonymous
2015-05-01T06:20:42+00:00

System - MSI Laptop GS60 2PC

Windows 8.1

Office 2013

Everytime I startup my laptop I get a Microsoft .NET error box which only displays briefly and states the following when you click on details:

See the end of this message for details on invoking

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

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

System.Management.ManagementException: Invalid class

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementEventWatcher.Start()

   at MSI.SCM.SCMII.MainForm_Load(Object sender, EventArgs e)

   at System.Windows.Forms.Form.OnLoad(EventArgs e)

   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)

   at System.Windows.Forms.Control.CreateControl()

   at System.Windows.Forms.Control.WmShowWindow(Message& m)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at System.Windows.Forms.Form.WndProc(Message& m)

   at MSI.SCM.SCMII.WndProc(Message& m)

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

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

mscorlib

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR

    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll


SCM

    Assembly Version: 13.14.1026.0

    Win32 Version: 13.014.01026.0

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


System.Configuration

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll


System

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.34239 built by: FX452RTMGDR

    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.0.30319.33440 built by: FX45W81RTMREL

    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.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll


System.Xml

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll


WPFOSD

    Assembly Version: 1.0.0.0

    Win32 Version: 1.0.0.0

    CodeBase: file:///C:/Program%20Files%20(x86)/SCM/WPFOSD.DLL


PresentationFramework

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.34004

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll


WindowsBase

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.34004 built by: FX45W81RTMGDR

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll


PresentationCore

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.34004 built by: FX45W81RTMGDR

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll


System.Management

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll


MSIECO

    Assembly Version: 1.0.1308.2003

    Win32 Version: 1.0.1308.2003

    CodeBase: file:///C:/Program%20Files%20(x86)/SCM/MSIECO.DLL


System.Xaml

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll


PresentationFramework.Aero2

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero2/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero2.dll


UIAutomationTypes

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.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.

++++++++++++++++++++++++++++++

If anyone has any ideas as to the root cause of this I would appreciate them letting me know.

It doesn't seem to affect any performance on the laptop, just annoying that it is doing this everytime.

Thank you

Ken

Windows for home | Previous Windows versions | Internet and connectivity

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

Answer accepted by question author

Anonymous
2015-05-22T00:15:25+00:00

Hi Ken,

I appreciate the troubleshooting you tried on the computer.

Do you have a Windows 8 installation disc with you?

If you don’t have Installation disk I would suggest you to create a Windows installation from the below link and perform a startup repair on the computer.

http://windows.microsoft.com/en-US/windows-8/create-reset-refresh-media

Please follow the below link to perform a startup repair on the computer:

a) Boot from the disk, Once you get the welcome screen of installation with the option “Install now”

b) Click on Repair your computer

c) On the next page click on Advanced Options

d) Now click on Troubleshoot

e) Lastly click on Startup repair and follow the on screen instructions.

This may take 15 to 20 minutes to repair. Once completed try to login to your desktop.

Please reply with the results. I will be glad to help you.

Was this answer helpful?

0 comments No comments

12 additional answers

Sort by: Most helpful
  1. Anonymous
    2015-05-04T11:12:52+00:00

    I do not have the issue when I perform a Clean Boot.

    Thank you

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-05-03T20:17:49+00:00

    Hi Ken,

    Thank you for the response. if you don't have the issue in safe mode, there should be some software conflict on the computer which might be causing the issue.

    I suggest you to place the computer in Clean Boot and check if you have the same issue.

    To know how to place the computer in Clean Boot I suggest you to follow the below link.

    https://support.microsoft.com/kb/929135

    Note: Reset the computer back to Normal Mode once you are done with the troubleshooting by following the section "How to reset the computer to start normally after clean boot troubleshooting" from the same article.

    Please reply with the results. I will be glad to help you further.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2015-05-02T08:29:25+00:00

    Thank you Ruth for your prompt reply.

    1. Did you make any changes to the computer prior to this issue - No.
    2. Did this issue occur after upgrading to Windows 8.1? - No
    3. If you have upgraded to Windows 8.1 recently, did you install all pending Windows updates and update all device drivers accordingly - I have not recently upgraded to Win 8.1

    Indeed I even reset my computer back to factory default settings and started again, the issue immediately reappeared.

    METHOD 1:

    Not applicable

    METHOD 2:

    I followed the procedure for safe reboot and the issue did not occur.

    When I restarted back in normal reboot mode the error reappeared.

    Please confirm the next step.

    Thank you

    Ken

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2015-05-01T21:26:24+00:00

    Hi Ken,

    I will be glad to help you with the issue you have with the computer. I understand the frustration when things don’t work the way it should.

    Please answer these questions go get more clarity on this issue.

    1. Did you make any changes to the computer prior to this issue?
    2. Did this issue occur after upgrading to Windows 8.1?
    3. If you have upgraded to Windows 8.1 recently, did you install all pending Windows updates and update all device drivers accordingly?

    This issue might occur if the system files associated with the desired program or application is not working properly.

    Let us follow these methods and check the status.

    Method 1.

    You may temporarily disable the security software, restart the computer and check if this helps.

    Disclaimer: If you have to temporarily disable the antivirus to install other software; you should enable the antivirus as soon as you're done. If you're connected to the Internet or a network while your antivirus software is disabled, your computer is vulnerable to virus attacks.

    Method 2.

    Boot the computer in a clean boot state and check the status. A clean boot helps to verify if any third party application service or startup item is causing this issue.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7,

    Windows 8:

    http://support.microsoft.com/kb/929135

    Note: After you have finished troubleshooting, follow steps under “How to reset the computer to start as usual after troubleshooting with clean boot” in the article to boot to normal startup.

    Reply with the status of the issue and we will be glad to offer our assistance.

    Was this answer helpful?

    0 comments No comments