Link to home
Start Free TrialLog in
Avatar of IandINSW
IandINSW

asked on

Opening a ASP.NET Solution file errors with TFS integration

We have wrtitten an ASP.NET MVC application which has been checked into TFS 2010 by one developer.  We are now wanting other developers to starting working on the same code hence the TFS integration.  Now when other people are attempting to open the solutions file after downloading the latest source files, we are being prompted in VS 2010 the following message

---------------------------
Microsoft Visual Studio
---------------------------
The command you are attempting cannot be completed because the file 'Drought.Web.csproj' that must be modified cannot be changed. If the file is under source control, you may want to check it out; if the file is read-only on disk, you may want to change its attributes.
---------------------------
OK  
---------------------------

Why is it trying to open the file and modify a setting?
Avatar of Bill Nolan
Bill Nolan
Flag of United States of America image

Aside from what the message tells you to do, check the permissions/users for the file or directory.  
Avatar of Easwaran Paramasivam
You need to ensure that the user checked-in the project completely.
Verify other user's have read/write permisson of their local directories.
Sometimes the checked in files may be in Archived. If it so, remove the Archive properties.
ASKER CERTIFIED SOLUTION
Avatar of John Claes
John Claes
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial