I have a Setup/Deployment project for my C# and attempting to delete a file from the ‘File System on Target Machine’ -> Application Folder -> ConverterModule. But I get this error:
The command you are attempting cannot
be completed because the file
‘AS_renderingServer.vdproj’ is under
source code control and is not checked
out.
How do I check out a vdproj-file? According to Microsoft I should:
In Solution Explorer, select the
referenced file. On the File menu,
choose Check Out.
That sounds pretty easy, except that the vdproj-file doesn’t seem to appear anywhere in the Solution Explorer. How can I select it?
Open the Team Explorer, double click on “Source Control” inside your team project and locate the file in the source control browser.
Alternatively, simple right click on the setup project in the solution explorer and select “Check Out for edit…”, because that project represents the project file.