After having used a buildconfiguration for doing remote runs from visual studio for months we suddenly had a problem today. We use TFS as the VCS root. THe problem is the following:
00:29:15.831: Thread:1: [TFS, Workspace] Located version control type - Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlExt
00:29:15.831: Thread:1: [TFS, Workspace] Located version control type assembly - Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlExt, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
00:29:16.077: Thread:1: EXCEPTION: Error in the application.
JetBrains.TeamCity.EventTrackers.NoSuitableConfigurationsException: Error in the application.
at JetBrains.TeamCity.RemoteRun.PersonalBuild.PersonalBuildConfigurator.DoConfigurePersonalBuild(IEnumerable`1 pendingChanges, String dialogTitle) in c:\BuildAgent\work\2e0eafe570b487fe\src\TeamCity.RemoteRun\src\PersonalBuild\PersonalBuildConfigurator.cs:line 133
at JetBrains.TeamCity.RemoteRun.PersonalBuild.PersonalBuildConfigurator.<>c__DisplayClass2.<ConfigurePersonalBuild>b__0() in c:\BuildAgent\work\2e0eafe570b487fe\src\TeamCity.RemoteRun\src\PersonalBuild\PersonalBuildConfigurator.cs:line 71
Anoyone experienced the same problems or have som tips on where to start looking?
Marnus, I'm sorry for delay in reply.
Could you please send me full TeamCity Addin's log. You could post it here, if applicable, or send it to me by e-mail.
Also please check that all requirements, described in error dialog were sutisfied. Please note, that TFS settings are case-sensitive.
Also you could try to toggle 'Filter By Current Solution' option in main TeamCity menu and look at the MyChanges tool window for changes commited by you to TFS manually.
We upgraded to teamcity version 7.0 and the problem was gone.