Revert "Microsoft.Data.Sqlite"

This reverts commit 73baa18e640534329ed55467bb05f333438d5076.
This commit is contained in:
Natsumi
2025-09-04 01:03:01 +12:00
parent 572872bd95
commit 85885000e2
5 changed files with 44 additions and 57 deletions

View File

@@ -7,12 +7,12 @@
using NLog;
using NLog.Targets;
using System;
using System.Data.SQLite;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Text.Json;
using System.Threading;
using System.Windows.Forms;
using Microsoft.Data.Sqlite;
namespace VRCX
{
@@ -172,7 +172,7 @@ namespace VRCX
#region Handle Database Error
catch (SqliteException e)
catch (SQLiteException e)
{
logger.Fatal(e, "Unhandled SQLite Exception, closing.");
var messageBoxResult = MessageBox.Show(