I just went through a new Vista pre-RC1 installation today and one of the first things I did is install Visual Studio 2005 on this machine. If you’ve been following this blog you know that I’d run into a few issues here and there. The most annoying one is that Visual Studio 2005 and the ASP.NET CodeBeside editor does not seem to want to give me IntelliSense on controls defined in the HTML markup.

 

The steps are simple. I basically don't get CodeBeside Intellisense if I'm in the .cs editor (or .vb editor for that matter):

 

  • Open a CodeBehind page (a .cs file) – nothing
  • Open the .ASPX  page in HTML Source mode – nothing
  • Open the .ASPX page in Design view, switch back to the .cs file – now it works

A few people at Microsoft double checked this issue previously and mentioned that they couldn’t duplicate that so I chalked that up to some configuration issue on my end, but now I see the same exact behavior again with a completely fresh OS install.

 

Bummer – I was hoping this would be taken care of. Hopefully somebody at Microsoft will follow up with this – I’ll re-post this on the Connect site as well.

 

Little more info:

 

  • Vista Build 5536 – brand new install, VS installed second
  • Dell Inspiron 9400 Dual Core (maybe a dual processor issue?)
  • nVidia GeForce Go 7800 (you never know)
  • Visual Studio Team Suite (C# Profile)