我试图在建立连接时加载新的json1扩展,但我一直收到此错误:SQLlogicerrorormissingdatabaseThespecifiedprocedurecouldnotbefound.这是我的代码:SQLiteConnectionconnection=(SQLiteConnection)session.Connection;connection.EnableExtensions(true);Assemblyassembly=Assembly.Load("System.Data.SQLite");connection.LoadExtension(assembly.Locati