我正在尝试将团队项目从TFS 2015迁移到Visual Studio Team Services。我连接到Source和Destination,选择Team Project,映射我的用户,然后在验证Migration Summary时抛出NullReferenceException。
在OVSMU.log文件中找到以下内容:
2016-07-29 10:33:20,674 [1]错误对象引用未设置为对象的实例。 System.NullReferenceException:未将对象引用设置为对象的实例。 at TFSMigrationUI.ViewModel.MigrationSummeryViewModel.worker_RunWorkerCompleted(Object sender,RunWorkerCompletedEventArgs e)位于c:\ Project_CheckOut \ TFSMigration \ TFSMigrationUI \ ViewModel \ MigrationSummeryViewModel.cs:第1096行 在System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) 在System.Windows.Threading.ExceptionWrapper.InternalRealCall(委托回调,对象args,Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source,Delegate callback,Object args,Int32 numArgs,Delegate catchHandler)
有没有人见过类似的问题?