在 GAC 中安装 Microsoft.SqlServer.Types

Install Microsoft.SqlServer.Types in GAC

如何在 GAC (C:\Windows\assembly\GAC_MSIL) 中安装 Microsoft.SqlServer.Types 程序集。不见了。

我在 运行 rdlc 报告后收到错误消息。它是基于 MVC 的应用程序-

Could not load file or assembly 'Microsoft.SqlServer.Types, Version=12.0.0.0, Culture=neutral, PublicKeyToken=token' or one of its dependencies.

应用程序似乎正在寻找 GAC 中的 Microsoft.SqlServer.Types 程序集。我知道如何在项目文件夹中使用 nuget 安装,但我想在 GAC 中使用它。

不要尝试对它进行 GAC。改为将 NuGet 包添加到您的项目。

https://www.nuget.org/packages/Microsoft.SqlServer.Types