Changing URL in Visual Studio add-in
-
- Posts: 9
- Joined: Thu May 16, 2013 1:42 pm
Changing URL in Visual Studio add-in
We upgraded our server to 7.1.0.32028 and I upgraded my client installation. However as a part of the upgrade we had to switch servers because we were using a Windows Server 2003 OS, the transfer went fine, but now in Visual Studio I cannot connect to my projects because it does not allow me to change the server URL for the Vault installation, how can I change this?
Re: Changing URL in Visual Studio add-in
You will need to unbind and rebind your projects. Check out this forum post here, http://support.sourcegear.com/viewtopic ... 403#p68403, for instructions.
If you have any problems rebinding, just let me know.
If you have any problems rebinding, just let me know.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 9
- Joined: Thu May 16, 2013 1:42 pm
Re: Changing URL in Visual Studio add-in
Hi Beth,
Looking at that post it looks like it would be a lot less work to change the VaultHost entry in the .sln file. Everything else should be the same because the database was not rehosted or anything like that, just the Vault server. Do you know if that would work, i.e. changing VaultHost from <oldserver>/VaultService to <newserver>/VaultService
Looking at that post it looks like it would be a lot less work to change the VaultHost entry in the .sln file. Everything else should be the same because the database was not rehosted or anything like that, just the Vault server. Do you know if that would work, i.e. changing VaultHost from <oldserver>/VaultService to <newserver>/VaultService
Re: Changing URL in Visual Studio add-in
I think that will work. You might want to check your project files (.vbproj, .csproj, etc.) for paths as well.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 9
- Joined: Thu May 16, 2013 1:42 pm
Re: Changing URL in Visual Studio add-in
That seems to have worked, thanks for the help!
Re: Changing URL in Visual Studio add-in
You're welcome.
Did you only change the .sln?
Did you only change the .sln?
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 9
- Joined: Thu May 16, 2013 1:42 pm
Re: Changing URL in Visual Studio add-in
For a website project yes, but for another project no, I had to change project files too.