I am using Visual C# 2008 express. I m also running Windows 7. I created a simple form, but Intellisense doesn t show anything I wrote. I write:
private RadioButton rbtn_sortLocation;
And then when I write rbtn
,Intellisense pops up, but it doesn t show rbtn_sortLocation
. But after writing out a whole line, it doesn t complain about an error. How do I get Intellisense to show my methods and such?
Also: This is only happening to solutions I create on this computer. All of the solutions I created on my old XP machine work fine.