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

前端 未结 5 1282
我在风中等你
我在风中等你 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:39

    After installing the nuget package, copy the Microsoft.SqlServer.Types.dll from C:\Windows\assembly\GAC_MSIL\Microsoft.SqlServer.Types
    to BIN folder of my web application in my Host web server.

提交回复
热议问题