Changing TFS server

I have installed the VCS plugin to use against TFS. The TFS server has just been moved. When PL/SQL developer loads it can't locate the old server and disables the plugin.
How do I tell it about the new server?
 
Can you try the following?
  1. Stop PL/SQL Developer
  2. Start regedit.exe
  3. Go to HKEY_CURRENT_USER\Software\Allround Automations\PL/SQL Developer\PlugIns
  4. Rename the VCS key to VCS.disabled
  5. Start PL/SQL Developer and check if the VCS Plug-In works
 
Back
Top