Could not load file or assembly 'Microsoft.SqlServer.Types even with Copy Local

前端 未结 5 1283
我在风中等你
我在风中等你 2020-12-31 06:11

I have an internal report on my web application which when I browse to it locally displays as expected. I am using a rdlc and xsd with a standard <

5条回答
  •  不思量自难忘°
    2020-12-31 06:52

    It's probably looking for one of its dependencies if you'r sure the dll is in the bin folder.

    Instead of referencing from the GAC have you tried removing the reference and adding the following NuGet package ?

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

提交回复
热议问题