visual studio 2012 - TFS error Could Not Find File [ProjectName].vsmdi -
this error when doing our first checkin preventing adding solution tfs. not sure how resolve it.
this error means there pending change file not exist on disk.
so whatever reason, vs has told tfs is making change file [projectname].vsdmi
. subsequently, file has been deleted disk. when vs goes checkin, tries check in [projectname].vsdmi
doesn't exist on disk. error.
either
- undo pending change , check in again
- find out whether need file (a vsdmi hile related vs unit tests projects) , try recover it.
Comments
Post a Comment