如何在Visual Studio2013专业版中打开.rptproj?当我尝试打开最初在VS2008中创建的SSRS项目时,在VS2013中得到:
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.
发布于 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的出价。
SQL Server2014也将发布基于VS2012的投标。
我相信我们不会早于SQL Server2016看到对VS2013的竞标。
发布于 2014-03-25 03:20:48
SSRS不是VS2013的一部分,而是SQL Server的一部分。您需要安装BI Dev Studio才能打开SSRS项目(rptproj)。它使用VS2013作为外壳,类似于其他产品所做的……
https://stackoverflow.com/questions/22612304
复制相似问题