I converted a VS2005 solution to VS2008, but Intellisense isn't working. It works fine with a native solution made in VS2008. Its a C# solution.
+2
A:
For VC++:
- Close your solution
- Delete your .ncb file
- Open your solution again
By the way VC++'s intellisense is re-written in VS2010 to be much better.
For C#:
For C# projects Intellisense is stored in projdata files. (Do a backup before deleting just in case it has something else in there)
Another thing to check for C#:
Go to: Tools | Options | Text Editor | C#
Make sure Auto list memebers
is on, and Parameter information
is on,
Brian R. Bondy
2010-06-22 19:41:32
Sorry but its not a VC++. Its a C# Solution - WebService.
GutierrezDev
2010-06-22 19:44:42
@GutierrezDev: See my edit.
Brian R. Bondy
2010-06-22 19:45:33
Ive found them. What do i need to do with them?
GutierrezDev
2010-06-22 19:54:26
@GutierrezDev: Back them up first just in case but just delete them then re-open your project.
Brian R. Bondy
2010-06-22 20:03:13
Nothing. Something i've seeing is that it isnt checking errors. This is a problem too.
GutierrezDev
2010-06-22 20:21:00
@GutierrezDev: Isn't checking errors? How about a new project does that work? If not I suggest uninstalling and then reinstalling.
Brian R. Bondy
2010-06-22 20:26:54
The Problem is with Vs2005 projects. Vs2008 is ok with new and old vs2008.
GutierrezDev
2010-06-22 20:55:49