Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
I had my system two partions one C and D Drives C in Win xp3 and D in Win 7. i was installed vs2010 in D Drive. i one project taken in to internet. and Extracted that project. but not converted in to VS2010. show the Error Message. "Your D Drive is read only bout not converted this project" how to convert this project.
Posted
Updated 14-Jun-14 22:39pm
Comments
Kornfeld Eliyahu Peter 15-Jun-14 4:40am    
It sounds like VS 2010 can't write the converted project, because the drive is read-only (maybe because it belongs to some other OS). Check your drive and/or redirect the project output to somewhere you can write to...
2011999 15-Jun-14 4:51am    
i was write c drive in code but same problem i am facing
Sergey Alexandrovich Kryukov 15-Jun-14 20:05pm    
What is that supposed to mean? You need to copy the original project to some read/write directory.
—SA

1 solution

You can try with two things here :-

i) Copy your project to a folder which is not a read only one and try to run the application.

ii) Right click on the solution file Right Click >> Run as Administrator.

Else you can try with both the solutions simultaneously to get it done.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900