Ok, I setup logging and found references to the old server. I'll post the log file below.
However, I cannot find any SCC files that reference the old server. If it's in the log, it's got to be in some configuration file somewhere, right? I looked at both MSSCCPRJ.SCC and <projectname>.csproj.vspscc, no luck.
The project is a web project. The csproj file is within inetpub, but the solution file lives in my documents\visual studio projects\<solution dir>\.
To recap, Server X is the old Vault 2 machine. Server Y is the new Vault 3 machine. My old profile was named Server X, the new profile is named Server Y. Log output:
---------Begin new tracelog--------------
04/25/05 11:42:34 | Enter SccInitialize(), ppContext=1220024, hWnd=394620 lpAuxPathLabel=
04/25/05 11:42:34 | Exit SccInitialize(), ppContext=1220024, hWnd=394620 lpAuxPathLabel=Vault Project:
04/25/05 11:42:34 | Enter SccOpenProject(), pContext=51716488, lpUser=trunnellm, lpProjName=$/webapps, lpLocalProjPath=C:\Inetpub\wwwroot\webapps, lpAuxProjPath=
http://Server.X.url/VaultService|Server X:2
04/25/05 11:42:36 | CMsSccFile | Enter ReplaceProfile(), lpLocalProjPath=C:\Inetpub\wwwroot\webapps, pProjectName=$/webapps, pOldAuxPath=
http://Server.X.url/VaultService|Server X:2, pNewAuxPath=
http://Server.Y.url/VaultService|Server Y:2
04/25/05 11:42:36 | CMsSccFile | Exit ReplaceProfile() at the end
04/25/05 11:42:36 | Exit SccOpenProject(), pContext=51716488, lpUser=trunnellm, lpProjName=$/webapps, lpLocalProjPath=C:\Inetpub\wwwroot\webapps, lpAuxProjPath=
http://Server.X.url/VaultService|Server X:2
04/25/05 11:42:36 | Enter SccCloseProject(), pContext=51716488
04/25/05 11:42:36 | Exit SccCloseProject(), pContext=51716488
04/25/05 11:42:36 | Enter SccOpenProject(), pContext=51716488, lpUser=trunnellm, lpProjName=$/webapps, lpLocalProjPath=C:\Inetpub\wwwroot\webapps, lpAuxProjPath=
http://Server.X.url/VaultService|Server X:2
04/25/05 11:43:15 | CMsSccFile | Enter ReplaceProfile(), lpLocalProjPath=C:\Inetpub\wwwroot\webapps, pProjectName=$/webapps, pOldAuxPath=
http://Server.X.url/VaultService|Server X:2, pNewAuxPath=
http://Server.Y.url/VaultService|Server Y:2
04/25/05 11:43:15 | CMsSccFile | Exit ReplaceProfile() at the end
04/25/05 11:43:15 | Exit SccOpenProject(), pContext=51716488, lpUser=trunnellm, lpProjName=$/webapps, lpLocalProjPath=C:\Inetpub\wwwroot\webapps, lpAuxProjPath=
http://Server.X.url/VaultService|Server X:2
04/25/05 11:43:15 | Enter SccInitialize(), ppContext=1219104, hWnd=394620 lpAuxPathLabel=
04/25/05 11:43:15 | Exit SccInitialize(), ppContext=1219104, hWnd=394620 lpAuxPathLabel=Vault Project:
04/25/05 11:43:15 | Enter SccQueryInfo(), pContext=51716488, nFiles=463, lpFileNames=C:\Inetpub\wwwroot\webapps\admin\adduser.aspx, status=0
04/25/05 11:43:16 | Exit SccQueryInfo(), pContext=51716488, nFiles=463, lpFileNames=C:\Inetpub\wwwroot\webapps\admin\adduser.aspx, status=1
Does that give you any clues?