首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >如何在Visual Studio2013中打开SSRS (.rptproj)文件?

如何在Visual Studio2013中打开SSRS (.rptproj)文件?
EN

Stack Overflow用户
提问于 2014-03-24 22:30:21
回答 2查看 69.7K关注 0票数 67

如何在Visual Studio2013专业版中打开.rptproj?当我尝试打开最初在VS2008中创建的SSRS项目时,在VS2013中得到:

代码语言:javascript
运行
复制
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them. 
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
EN

回答 2

Stack Overflow用户

发布于 2014-03-24 22:44:30

您应该安装Business Intelligence Studio,它是MS SQL Server安装的一部分。

Business Intelligence Development Studio (BIDS) -是MS SQL Server的一部分。BIDS是一个基于Visual Studio Shell开发rdl报表的集成开发环境。BIDS允许您打开.rptproj文件。如果您将BIDS与常规Visual Studio安装在同一个框中,您将能够从一个集成开发环境打开.rptproj.csproj文件。

问题是SQL Server安装包括基于以前版本的Visual Studio Shell的投标,即SQL Server2008 R2将为您提供集成到Visual Studio2008的投标,而SQL Server2012的投标将基于Visual Studio2010。

据我所知,没有集成到VS2013的出价。

这就是version for VS2012

SQL Server2014也将发布基于VS2012的投标。

我相信我们不会早于SQL Server2016看到对VS2013的竞标。

票数 6
EN

Stack Overflow用户

发布于 2014-03-25 03:20:48

SSRS不是VS2013的一部分,而是SQL Server的一部分。您需要安装BI Dev Studio才能打开SSRS项目(rptproj)。它使用VS2013作为外壳,类似于其他产品所做的……

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/22612304

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档