0

尝试通过 Report Builder 2016 在 SSRS Power BI 技术预览版上构建数据集时,一旦按下保存,我就会收到以下错误:

System.Web.Services.Protocols.SoapException:报表服务器发生内部错误。有关更多详细信息,请参阅错误日志。---> Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:报表服务器发生内部错误。有关更多详细信息,请参阅错误日志。---> System.IO.FileNotFoundException:无法加载文件或程序集“Microsoft.SqlServer.Types,Version=14.0.0.0,Culture=neutral,PublicKeyToken=89845dcd8080cc91”或其依赖项之一。该系统找不到指定的文件。在 Microsoft.ReportingServices.Library.ReportingService2010Impl.CreateDataSet(字符串数据集,字符串父项,布尔覆盖,字节 [] 定义,属性 [] 属性,目录项和 itemInfo,警告 [] 和警告)在 Microsoft.ReportingServices.Library.ReportingService2010Impl。

我将不胜感激任何建议。

4

1 回答 1

0

您缺少 Microsoft.SqlServer.Types 的最新 ddl,Version=14.0.0.0

于 2017-05-03T12:44:17.347 回答