Microsoft.Data.Sqlite

This commit is contained in:
Natsumi
2025-09-01 17:40:22 +12:00
parent 61d34db219
commit 6bbc46c9c4
5 changed files with 57 additions and 44 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(