在 VS 2010 中打开 VS 解决方案后,还要在 VS 2008 中打开 VS 解决方案吗?
我有一个用于 SSRS 报告服务的 Visual Studio 项目解决方案,必须在 VS 2008 中打开才能正常运行,但是我不小心从 VS2010 打开了它,现在由于本地机器上的某些内容而无法恢复该文件。我已经删除了解决方案文件夹,并通过源控制器(我知道尚未升级)从服务器“获取最新版本”,但是一些附着的足迹使其无法恢复,并且仍然引用 .sln 文件作为 VS2010并给我以下错误。有什么想法吗?
“*.rptproj 无法打开,因为应用程序不支持它的项目类型。”
I have a Visual Studio project solution for a SSRS reporting service that must be opened in VS 2008 in order to function correctly, however I accidentally opened it from VS2010 and now cannot get the file to revert back due to something on my local box. I have Deleted the solution folder and "gotten latest" from the server via the source controller (which I know has not yet been upgraded), however some clinging footprint is keeping it from reverting back and still references the .sln file as being a VS2010 and gives me the below error. Any ideas?
"*.rptproj cannot be opened because it's project type is not supported by the application."
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然这是一个令人惊讶的修复,但问题是由我的 SQL Server 2008 R2 上缺少服务包引起的,在推送该更新后,VS 2008 能够毫无问题地打开报告解决方案。
Although a surprising fix, the problem was being caused by a missing service pack on my SQL Server 2008 R2, after pushing that update, the VS 2008 is able to open the report solution no problem.