code completion not working in code-behind file

  • Thread starter Thread starter jason
  • Start date Start date
J

jason

i am writing some simple web forms with VB.NET as the code-behind
language.

the code-behind files import a C# class library namespace from a .dll
which is in the references list.

however, when i instantiate one of the C# classes, i get no code
completion for the class members. can anyone tell me why that is?

thanks in advance,

jason
 
Perhaps you're using Notepad?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
almost amusing, but no. i'm using Visual Studio .NET Professional
version 2003.
 
almost amusing, but no.

Well, it does help to know! ;-)

In the Tools menu, under Options|TextEditor, open the Basic folder, and see
if "List Members" is turned on. If it is, do you get a drop-down list box of
members when you add a period after the class name? Have you tried pressing
CTRL-SPACE to auto-complete in the Code Editor?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
thanks for the suggestions, but after a recompilation of the class
library, and copying it into the /bin directory of the .net web app,
the code completion is working just fine. not sure what got miswired in
the previous attempts, but it's working just fine now.

thanks again

jason
 

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