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

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

    Experienced the same issue, that has occured after upgrading of Visual Studio and Sql Server instances.

    Problem has gone after reinstallation of SQLSysClrtypes.msi and ReportViewer.msi packages, that can be downloaded here

    Hope it could help someone.

提交回复
热议问题