Intelisense Not Working in Visual Studio.NET

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

Hello,
I'm sure there's an easy answer for this but I can't seem to figure
out why VS is behaving this way. If I create a new ASP.net project,
the codebehind VB file allows me to type in the name of a control and
when I hit the period all the respective methods and attributes come
up for that object (isn't that intelisense?).

But, If I try to create a single ASPX file with VB code inline using
visual studio, the code itself does not use the typical VB coloring
and when I type in a control I get no list of attributes/methods when
i hit the period (that just sounds weird :) ).

Do I need to do something special to activate this intelisense?

Please help as I'm kind of a newbie to VS.net. I read that you have to
create some solut of "solution???" file but I don't know how to do
this nor do I know if that will activate the VB.net coloring and
intelisense in my aspx pages.


Thanks

Eric
 
You are not the only one annoyed by it. This is coming in the next
version of Visual Studio.

Andreas Brekken
Looking for work
www.abrekken.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top