Why is my visual studio 2008 project read-only
Posted
by Richard
on Stack Overflow
See other posts from Stack Overflow
or by Richard
Published on 2009-12-09T22:00:21Z
Indexed on
2010/03/19
4:31 UTC
Read the original article
Hit count: 210
visual-studio-2008
|intellisense
I'm working on a project for school, we use visual studio 2008 there and I use it at home, both are express edition. The project in question I started at school, but I cannot edit it at home, when I open the .sln I get this
"The IntelliSense information will not be available for .VC++ projects because the Intellisense database file Location/Junk.ncb could not be opened for writing.
Other features will also be affected if the solution directory is read-only."
How do I open my project so that I can edit it?
© Stack Overflow or respective owner