Microsoft .NET Framework error upon startup

Anonymous
2023-01-23T16:28:39+00:00

Ever since the last few days I've been getting this error message from Microsoft .NET framework every time I boot up my computer:

If I press continue it goes away until next time I boot up my computer, if I click quit the message keeps popping up again.

The details within the error:

See the end of this message for details on invoking

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

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

System.Data.SQLite.SQLiteException (0x80004005): SQL logic error

no such table: stats

at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)

at System.Data.SQLite.SQLiteCommand.BuildNextCommand()

at System.Data.SQLite.SQLiteDataReader.NextResult()

at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)

at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)

at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)

at ServiceHub.Helper.ServiceHubHelper.CleanDatabaseTables()

at ServiceHub.Helper.ServiceHubHelper.ServiceHubHelper_Load(Object sender, EventArgs e)

at System.EventHandler.Invoke(Object sender, EventArgs e)

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

at System.Windows.Forms.Form.OnCreateControl()

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.WmShowWindow(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.9105.0 built by: NET481REL1LAST_C

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


ServiceHub.Helper

Assembly Version: 1.0.0.0

Win32 Version: 1.0.0.0

CodeBase: file:///C:/Program%20Files/Cold%20Turkey/ServiceHub.Helper.exe


Microsoft.VisualBasic

Assembly Version: 10.0.0.0

Win32 Version: 14.8.9032.0 built by: NET481REL1

CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll


System

Assembly Version: 4.0.0.0

Win32 Version: 4.8.9065.0 built by: NET481REL1LAST_C

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


System.Core

Assembly Version: 4.0.0.0

Win32 Version: 4.8.9115.0 built by: NET481REL1LAST_B

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


System.Windows.Forms

Assembly Version: 4.0.0.0

Win32 Version: 4.8.9075.0 built by: NET481REL1LAST_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.9032.0 built by: NET481REL1

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.9032.0 built by: NET481REL1

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


System.Xml

Assembly Version: 4.0.0.0

Win32 Version: 4.8.9032.0 built by: NET481REL1

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.9032.0 built by: NET481REL1

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


System.Data.SQLite

Assembly Version: 1.0.106.0

Win32 Version: 1.0.106.0

CodeBase: file:///C:/Program%20Files/Cold%20Turkey/System.Data.SQLite.DLL


System.Data

Assembly Version: 4.0.0.0

Win32 Version: 4.8.9110.0 built by: NET481REL1LAST_B

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


System.Transactions

Assembly Version: 4.0.0.0

Win32 Version: 4.8.9032.0 built by: NET481REL1

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


Microsoft.Toolkit.Uwp.Notifications

Assembly Version: 6.1.0.0

Win32 Version: 6.1.1.1

CodeBase: file:///C:/Program%20Files/Cold%20Turkey/Microsoft.Toolkit.Uwp.Notifications.DLL


System.EnterpriseServices

Assembly Version: 4.0.0.0

Win32 Version: 4.8.9032.0 built by: NET481REL1

CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.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.

How do I remedy this?

Windows for home | Windows 11 | PC Health Checker

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
Answer accepted by question author
  1. DaveM121 816.4K Reputation points Independent Advisor
    2023-01-23T17:04:35+00:00

    Hi JadedJ,

    There is software installed on your PC that is starting with Windows and it needs to be re-installed, it is causing a crash on the .Net Framework.

    On your PC doe you have Cold Turkey Blocker installed?

    If you do, completely uninstall that software and check if the error is gone.

    Then if you need to use that software, download the latest version they provide on their website.

    21 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2023-01-23T19:34:05+00:00

    Turns out that was the issue! I uninstalled Cold Turkey and now the error message is gone. Thank you!

    2 people found this answer helpful.
    0 comments No comments