I'm using vs2008, asp.net website.
Having all sorts of issues with vs2008, latest i开发者_如何学Cs that I have no intellisense.. none at all. Also, the 2 dropdowns at the top of my .aspx and .aspx.vb pages (i.e. in VS code view) have also gone (so I've lost the shortcut to add a page_load snippet, etc..
why oh why could this be happening? 'build web site' completes successfully with no errors.
cheers :D
- Try restarting VS2008
- Try rebooting your machine
- Try reinstalling VS2008
The following actions can help determine what the problem with your Intellisense is:
- Create a new project to see if Intellisense returns. If it does, it's a project issue.
- Run devenv /resetsettings to reset any settings that might have corrupted VS.
- Disable add-ins to see if any of these are the problem. Reenable them one at a time until you find the one that causes the problem.
- Create a new user account and run it from there. If it doesn't run, it's a corrupted user profile.
- Reboot Windows to safe mode and see if it's an environment problem
精彩评论