Intellisense in VS 2005

N

Natan Vivo

Can anyone tell me what exactly what makes intellisense works for custom
controls in aspx pages in VS 2005?

I just installed Atlas in my office computer, created a new atlas
project and it doesn't show any code completion dialog when I type
"<atlas:". At home I have exactly the same version of VS 2005, and it
works perfectly.

I even had to format and reinstall everything here, but it still doesn't
work.

If i create an new atlas website and go to design mode, VS adds the
Atlas tab to the component bar and then if I go to code view, code
completion works ok.

Now, if I open an existing project, that doesn't work. Although I
checked about 10 times line by line of my web.config to match those that
the new atlas project creates.

I even checked the source code of the ".sln" file to see if there are
any references to anything, but found nothing.

My custom web controls in compiled dlls in \Bin, as user controls with
@Register blocks in pages doesn't get code completion too, although it
worked ok in Visual Web Developer Express Beta 2...

I have no more ideas... Can anyone tell me what happens here? Any tip?
What do I need to do to make Intellisense to recognize my custom
controls and atlas?
 
E

Erik Funkenbusch

Can anyone tell me what exactly what makes intellisense works for custom
controls in aspx pages in VS 2005?

Have you added a reference to the Atlas assemblies (not just an import)?
 
N

Natan

Yes. Everything is working fine at runtime. It's just the designer that
doesn't work.

I really don't believe that's just me that have this kind of problem.
Every computer I try behaves the same way.
 

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

Top