Error with IDE integration in 3.0.1
Moderator: SourceGear
-
- Posts: 60
- Joined: Wed Aug 18, 2004 11:15 am
Error with IDE integration in 3.0.1
I just finished upgrading from 2.0.5 to 3.0.1, and I am getting the error "An error occured when you attempted to access the source control system. Check Installation." when I try to open a solution in the IDE.
In this thread, Dan said that this is a known issue, and that you have a test build of the client that fixes it. I emailed him asking for that build, but I am posting here in hopes of a faster response.
I would really like to have this running smoothly by Monday morning, since the whole reason I stayed this late was to get Vault upgraded without interrupting the "real work."
If anyone checks this forum on the weekends, please send me that build!
Thanks!
Josh Yeager
In this thread, Dan said that this is a known issue, and that you have a test build of the client that fixes it. I emailed him asking for that build, but I am posting here in hopes of a faster response.
I would really like to have this running smoothly by Monday morning, since the whole reason I stayed this late was to get Vault upgraded without interrupting the "real work."
If anyone checks this forum on the weekends, please send me that build!
Thanks!
Josh Yeager
-
- Posts: 60
- Joined: Wed Aug 18, 2004 11:15 am
I'm wondering if the error I'm getting is the same.
I'm in the process of moving from VSS to Vault.
I've imported the VSS DB into vault and I'm trying to rebind the IDE.
I remember reading that I needed to use "Open From Source Control..." so I'm trying that.
I tried opening a solution and got all sorts of errors.
I just tried opening a project file and got the following error:
"The project 'XXX' 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."
Mike
I'm in the process of moving from VSS to Vault.
I've imported the VSS DB into vault and I'm trying to rebind the IDE.
I remember reading that I needed to use "Open From Source Control..." so I'm trying that.
I tried opening a solution and got all sorts of errors.
I just tried opening a project file and got the following error:
"The project 'XXX' 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."
Mike
It is possible this is the same error, but transfering projects from VSS can often run into other problems too. The only way to know is to use the updated dll and see if it works.
I'm attaching the dll to this post so it is available for general use. We hope to have 3.0.2 this week, which will be essentially the same dll, but in the meantime, try it out. Make a copy of the existing dll in the client install folder and copy this into it, then restart the IDE.
I'm attaching the dll to this post so it is available for general use. We hope to have 3.0.2 this week, which will be essentially the same dll, but in the meantime, try it out. Make a copy of the existing dll in the client install folder and copy this into it, then restart the IDE.
- Attachments
-
- VaultIDE.zip
- (116.13 KiB) Downloaded 910 times
Did you unbind the project from source control before the import? That often causes problems later.
Doing the Open From Source Control is a good start - did you choose a different working folder from the one you had under VSS? Often that can be a problem as well, since the old working folders will still have info about the VSS binding.
If you can get the projects to come up, try unbinding then re-binding (or just re-binding if they come up unbound. That will hopefully do the trick.
Doing the Open From Source Control is a good start - did you choose a different working folder from the one you had under VSS? Often that can be a problem as well, since the old working folders will still have info about the VSS binding.
If you can get the projects to come up, try unbinding then re-binding (or just re-binding if they come up unbound. That will hopefully do the trick.
I didn't unbind before importing. Should I have?
I'll try unbinding and rebinding a little later. I was just looking in the .csproj file and found these Scc* lines:
SccProjectName = "SAK"
SccLocalPath = "SAK"
SccAuxPath = "SAK"
SccProvider = "SAK"
In the MSSCCPRJ.SCC:
[DesAPI.csproj]
SCC_Aux_Path = http://locker/VaultService|:2
SCC_Project_Name = $/Designate/Trunk/Designate/DesAPI
which is the correct path.
I'll try unbinding and rebinding a little later. I was just looking in the .csproj file and found these Scc* lines:
SccProjectName = "SAK"
SccLocalPath = "SAK"
SccAuxPath = "SAK"
SccProvider = "SAK"
In the MSSCCPRJ.SCC:
[DesAPI.csproj]
SCC_Aux_Path = http://locker/VaultService|:2
SCC_Project_Name = $/Designate/Trunk/Designate/DesAPI
which is the correct path.