当尝试通过Report Builder 2016在SSRS Power BI Technical Preview上构建数据集时,一旦我按下保存,就会收到以下错误:
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(String属性,字符串父项,布尔覆盖,Byte[]定义,Property[]属性,目录项& ItemInfo,Warning[]&警告)在Microsoft.ReportingServices.Library.ReportingService2010Impl.CreateCatalogItem(String ItemType,字符串名称,字符串父项,布尔覆盖,Byte[]定义,Property[]属性,目录项& ItemInfo,Warning[]&警告)在Microsoft.ReportingServices.WebServer.ReportingService2010.CreateCatalogItem(String ItemType,字符串名称,字符串父项,布尔覆盖,Byte[]定义,Property[]属性,目录项& itemInfo,Warning[]&警告)
如果有任何建议,我将不胜感激。
发布于 2017-05-03 20:44:17
您缺少最新的Microsoft.SqlServer.Types动态链接库Version=14.0.0.0
https://stackoverflow.com/questions/43688891
复制相似问题