We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341bbb6 commit 30dc050Copy full SHA for 30dc050
1 file changed
src/SqlServerTypes/Loader.cs
@@ -16,8 +16,7 @@ public static void LoadNativeAssemblies(string rootApplicationPath)
16
? Path.Combine(rootApplicationPath, @"SqlServerTypes\x64\")
17
: Path.Combine(rootApplicationPath, @"SqlServerTypes\x86\");
18
19
- LoadNativeAssembly(nativeBinaryPath, "msvcr120.dll");
20
- LoadNativeAssembly(nativeBinaryPath, "SqlServerSpatial140.dll");
+ LoadNativeAssembly(nativeBinaryPath, "SqlServerSpatial160.dll");
21
}
22
23
private static void LoadNativeAssembly(string nativeBinaryPath, string assemblyName)
0 commit comments