无法在 VS 2008 中加载 VS 2012 工作区
VS 2012 workspace can't be loaded in VS 2008
我在 VS 2012 中设置解决方案时已经创建了一个默认工作区。
部分文件夹结构包含需要在 VS 2008 中打开的 SSRS 报告。
文件夹结构:
D:\TFS\Products\ - current workspace mapping
D:\TFS\Products\Portal\Portal.sln - this is the solution I open in VS 2012
D:\TFS\Products\Reports\Reports.sln - this is the solution I want to open in VS 2008
我在 VS 2008 中尝试打开 SSRS 报告解决方案时遇到与工作区相关的问题 - 当我加载 Visual Studio 2008 时,出现此错误 -
Team Foundation Error - The workspace xxx;myname already exists on computer xxx.
我针对上述错误单击“确定”,并在尝试使用
访问报告解决方案时遇到类似错误
文件 -> 'Open from Source Control'.
为什么我无法从现有工作区打开 VS 2008 中的报表解决方案?
请指导。
我通过将 VS 2012 中的工作区类型从 'local' 更改为 'server' 类型解决了上述问题 post -
我在 VS 2012 中设置解决方案时已经创建了一个默认工作区。 部分文件夹结构包含需要在 VS 2008 中打开的 SSRS 报告。
文件夹结构:
D:\TFS\Products\ - current workspace mapping
D:\TFS\Products\Portal\Portal.sln - this is the solution I open in VS 2012
D:\TFS\Products\Reports\Reports.sln - this is the solution I want to open in VS 2008
我在 VS 2008 中尝试打开 SSRS 报告解决方案时遇到与工作区相关的问题 - 当我加载 Visual Studio 2008 时,出现此错误 -
Team Foundation Error - The workspace xxx;myname already exists on computer xxx.
我针对上述错误单击“确定”,并在尝试使用
访问报告解决方案时遇到类似错误
文件 -> 'Open from Source Control'.
为什么我无法从现有工作区打开 VS 2008 中的报表解决方案?
请指导。
我通过将 VS 2012 中的工作区类型从 'local' 更改为 'server' 类型解决了上述问题 post -