Reputation: 23
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?
Upvotes: 2
Views: 4633
Reputation: 27258
Probably because you already have this solution open in another Visual Studio window.
Upvotes: 1
Reputation: 8985
Maybe an instance of Visual Studio hang up and didn't response but it still held Junk.ncb
Upvotes: 0
Reputation: 16007
Upvotes: 2
Reputation: 180858
To make your solution directory writable, right-click on the solution directory, select Properties, and uncheck the Read-Only checkbox in the dialog that opens.
Upvotes: 3
Reputation: 355197
Two suggestions:
Upvotes: 5