简体   繁体   中英

Permissions on solution files to modify

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?

确保sln解决方案文件未标记为只读

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM