Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Check Out Vbproj.vspscc could not be found in your workspace

I am trying to publish a windows form application to a shared drive in Visual Studio 2015.

I am getting the following error:

Check Out ProjectName.Vbproj.vspscc could not be found in your workspace.

I am using Team Foundation services for source control and cannot see this vspscc file anywhere nor have I deleted it.

Other threads say that opening and closing the ide remakes this file but this is not the case for me.

Any help would be appreciated.

like image 677
user6641274 Avatar asked Feb 21 '17 22:02

user6641274


2 Answers

I solved this problem by manually adding the vspscc files to tfs and then got that version from source control.

This solved the problem

like image 89
user6641274 Avatar answered Oct 23 '22 04:10

user6641274


As of 2017 or 2019, these files cannot be added into source control.

like image 1
Zonus Avatar answered Oct 23 '22 04:10

Zonus