We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d3a8c commit 8600bd2Copy full SHA for 8600bd2
OasysGH/Helpers/SqlReader.cs
@@ -24,7 +24,7 @@ public static SqlReader Initialize() {
24
string codeBasePath = Path.GetDirectoryName(Uri.UnescapeDataString(uri.Path));
25
26
try {
27
- var SQLiteInterop = Assembly.LoadFile(codeBasePath + @"\Microsoft.Data.Sqlite.dll");
+ // var SQLiteInterop = Assembly.LoadFile(codeBasePath + @"\Microsoft.Data.Sqlite.dll");
28
29
return new SqlReader();
30
}
0 commit comments