mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-02 03:13:58 +08:00
Update sqlsugar
This commit is contained in:
@@ -627,7 +627,9 @@ namespace SqlSugar
|
||||
|
||||
try
|
||||
{
|
||||
assembly = Assembly.LoadFrom("MySqlBackupNet.MySqlConnector.dll");
|
||||
Assembly currentAssembly = Assembly.GetExecutingAssembly();
|
||||
string exePath = currentAssembly.Location.Replace("SqlSugar.dll", "MySqlBackupNet.MySqlConnector.dll");
|
||||
assembly = Assembly.LoadFrom(exePath);
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user