Microsoft .NET Framework Error on Startup

Anonymous
2022-09-17T23:40:57+00:00

Hello!

I have been getting this error every time I start up my computer and I am trying to find a fix for it. I don't know exactly what program this directly affects, but just to ease my worries it'd be nice to get it fixed. It looks like this:

The text it gives in the details is as follows:

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: Not found

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

at System.Management.ManagementObject.Initialize(Boolean getObject)

at System.Management.ManagementBaseObject.get_ClassName()

at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

at System.Management.ManagementClass.GetInstances()

at StoragePSCTL.PowerForm.GetSystemManufacturer()

at StoragePSCTL.PowerForm.SetPowerSource(Int32 iData)

at StoragePSCTL.PowerForm.PowerSettingChange(Message m)

at StoragePSCTL.PowerForm.WndProc(Message& m)

at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

at System.Windows.Forms.Control.ControlNativeWindow.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.8.4515.0 built by: NET48REL1LAST_C

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


StorPSCTL

Assembly Version: 2.0.0.1

Win32 Version: 2.0.0.1

CodeBase: file:///C:/Program%20Files/Acer/StorPSCTL/StorPSCTL.exe


System.Windows.Forms

Assembly Version: 4.0.0.0

Win32 Version: 4.8.4550.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

Assembly Version: 4.0.0.0

Win32 Version: 4.8.4536.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.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


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.4536.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.Management

Assembly Version: 4.0.0.0

Win32 Version: 4.8.4435.0 built by: NET48REL1LAST_C

CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.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>

&lt;system.windows.forms jitDebugging="true" /&gt; 

</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.

| Thanks for any help! This has been happening for the past couple months! |

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
{count} votes

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-09-18T06:29:26+00:00

    Hi Andrew Pribadi,

    Welcome to Microsoft Community.

    There are two possible causes for the pop-up.NET error after boot.

    First: Your computer boot self - started applications or services need to be called. NET framework but there is a problem with this program/service that causes the call error.

    Second: the.NET framework file is corrupted.

    For the first case, you can click here and follow the steps to cleanly boot your computer to see if it still happens when only system services are loaded. .net error.

    Disclaimer: A “clean boot” starts Windows with a minimal set of drivers and startup programs. It helps to determine whether a background program is interfering with your game or program and to isolate the cause of a problem. 

    These steps of "clean boot" might look complicated at first glance. However, to avoid any trouble for you, please follow them in order and step-by step so that it will help you get you back on track.

    For the second case, click here to download. NET4.8 runtime file and perform the installation, then restart the computer to see if no more errors.

    Please feel free to let me know if you got any further updates, thanks.

    Best Regards,

    Manson - MSFT | Microsoft Community Support Specialist

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-09-18T07:18:00+00:00
    1. Open administrative command prompt and copy and paste:

    msdt.exe -id WindowsUpdateDiagnostic

    Click > view detailed information > post share links displaying the results into this thread

    1. Open administrative command prompt and type or copy and paste:

    sfc /scannow

    dism /online /cleanup-image /restorehealth

    Post a share link into this thread displaying the commands with results.

    1. Run: https://www.microsoft.com/en-us/download/details.aspx?id=30135

    Post images or share links into this thread.

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2022-09-26T05:54:01+00:00

    is not working

    0 comments No comments