views:

847

answers:

2

I have project solutions developed in VS2005. It is bound to TFS. I want to convert the solution to VS2008 version, keeping the binding as is. But it is giving error while converting err msg: Solution file "C:\abc\abc.sln" cannot be converted because it cannot be modified. To convert the solution, change the permissions on the solution file to allow modification and reopen it"

What permissions do i need on this?

+1  A: 

If I correctly interpret your question, you should check if your current Windows account has the NTFS (file system) permission to modify the solution file (.sln). Check the security settings in Windows Explorer right clicking on that file to ensure that you have write access to it.

I would also check if the file is not write protected (checkbox on file properties in Windows Explorer).

splattne
A: 

Make sure the sln solution file is not marked as read only.

jussij