ClearCase与Visual Studio集成

ClearCase与Visual Studio集成

问题描述:

我正在尝试打开一个由IBM ClearCase控制的项目源,但是它向我显示此消息:

I'm trying to open a project source controlled by IBM ClearCase, but it gives this message to me:

The project '[MyProject]' is under source control. 
An error occurred registering this project with source control. 
It is recommended that you do not make any changes to this project.

我只是不知道该怎么办。我已经重新安装了所有内容。 Visual Studio集成已经安装,但是会不断显示错误消息。

I just don't know what to do. I've already re-installed everything. The Visual Studio integration is already installed, but it keeps giving error messages.

有人知道解决方案吗?

答案:我找到了解决方案。我只是在工具-> SourceControl中选择了ClearCase

Answer: I get a solution. I just selected the ClearCase in Tools -> SourceControl

请打开项目的* .CsProject文件,然后替换波纹管标签

Please open the *.CsProject file of your project then replace bellow tag

<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>

<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>

关闭解决方案,关闭VS,重新打开VS,然后您的问题将得到解决。

close the solution, close VS, reopen VS then your problem will be resolve.