shuxinqin / Chloe

A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET --C#
https://github.com/shuxinqin/Chloe/wiki
MIT License
1.52k stars 455 forks source link

Could not load file or assembly 'Microsoft.Data.SqlClient #376

Closed xj728 closed 11 months ago

xj728 commented 11 months ago

Could not load file or assembly 'Microsoft.Data.SqlClient, Version=5.0.0.0, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5'. 系统找不到指定的文件。

91e9ea2d03fa9b8b28e3103f6b5bd7d

shuxinqin commented 11 months ago

应该是驱动安装问题。查看写nuget包安装情况。 在程序里运行下 SqlConnection conn = new SqlConnection(this._connString);,看能不能运行