ItemNotMappedException: There is no working folder mapping for XYZ

☆樱花仙子☆ 提交于 2019-12-05 14:06:13

I found the solution. You have to call "Workstation.EnsureUpdateWorkspaceInfoCache()" before any PendAdd / PendDelete / ... call.

The result is: No error and therefore GetPendingChanges() contains your promoted files.

I found the solution on this site: http://social.msdn.microsoft.com/Forums/vstudio/en-US/96a8e35d-1f84-4ac3-8767-e3682dd75e1a/problem-with-pendadd?forum=tfsversioncontrol

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!