我们正在检查从我们的本地 TFS 迁移到 Visual Studio Online 的选项。运行迁移工具,它在验证期间显示此错误:
错误对象引用未设置为对象的实例。
我正在尝试使用迁移工具的 1.2.0 版从我们的 TFS 2013 服务器迁移到 Visual Studio Online 上的新设置。
这是完整的日志条目:
2015-05-12 13:21:40,383 [1] ERROR Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at TFSMigrationUI.ViewModel.MigrationSummeryViewModel.worker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e) in e:\OVSMUBranch\TFSMigrationUI\ViewModel\MigrationSummeryViewModel.cs:line 928
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
任何帮助将不胜感激。