Permissions on solution files to modify

两盒软妹~` 提交于 2019-12-21 07:09:02

问题


I have project solutions developed in VS2005. It is bound to TFS (Team Foundation Server). I want to convert the solution to VS2008 version, keeping the binding as is, however I am getting an error while converting.

Error message:

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:


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




回答2:


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).



来源:https://stackoverflow.com/questions/385874/permissions-on-solution-files-to-modify

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!