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.
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.
Is anyone knows a solution for this?
Answer: I get a solution. I just selected the ClearCase in Tools -> SourceControl
The IBM Technote swg21267165 mentions:
So carefully check your solution file and your project file (
.csproj
,.vcproj
, ...) following the recommendations of this IBM technote.Please open the *.CsProject file of your project then replace bellow tag
With
close the solution, close VS, reopen VS then your problem will be resolve.