How to solve TFS error TF246021 and SQL Server error 500200 while checking in?

后端 未结 6 577
日久生厌
日久生厌 2021-01-04 01:04

I\'m trying to check in a file, and one file (one and only one file) has a problem while being checked in. This file has been deleted many times and undeleted (due to a conf

6条回答
  •  再見小時候
    2021-01-04 01:19

    I had something similar happen. Previously I had rolled back some changes and was reintroducing those changes in the solution and project files again with the same name. The problem that I found was a sql script rename was not in the Sql.proj file and I needed to add it and then close the solution to accept the changes to the proj file. Once I corrected the rename, made sure that it was in the project file, then I could check it in.

提交回复
热议问题