kiriloff
kiriloff

Reputation: 26333

After SVN-update cannot load project in VS2010

I updated a project (SVN). Update failed because a file cannot be opened, althought this file is not appearing anymore in the mentionned folder (I suspect that I deleted it with right click instead of SV-remove). When I load project with VS after a MakeAll, error occur:

error  : Project "D:\...\ExportDatasetCSV.vcxproj" could not be found.

The file ExportDatasetCSV.vcxproj is indeed not existing at this place in the folders-tree. But before update I was able to compile code without any issue.

Could you please help me with your comments?

Thanks and regards.

Upvotes: 0

Views: 514

Answers (1)

user1427458
user1427458

Reputation:

Do a SVN cleanup in the root folder of your project.

Upvotes: 1

Related Questions