Home All Groups Group Topic Archive Search About
Author
2 Mar 2006 3:45 PM
rlrcstr
Am I missing something?  I don't have an option to add a module to my web
application.  Only classes...  Where did the module go?

Author
2 Mar 2006 8:24 PM
AlanT
If you are just wondering why they are gone... sorry can't help you
there.  Looks like just pure discrimination to me.

If you want to add a module... just add a class and replace the Class
keyword with Module and it works fine.

hth,
Alan.
Author
3 Mar 2006 4:21 PM
rlrcstr
Yeah...  That's what I've been doing.  Just seemed odd that the module was
gone.  Thanks.

Show quoteHide quote
"AlanT" <alanto***@users.com> wrote in message
news:1141331063.578130.69170@u72g2000cwu.googlegroups.com...
>
>
> If you are just wondering why they are gone... sorry can't help you
> there.  Looks like just pure discrimination to me.
>
> If you want to add a module... just add a class and replace the Class
> keyword with Module and it works fine.
>
> hth,
> Alan.
>
Author
3 Mar 2006 2:12 AM
Kevin Yu [MSFT]
Hi,

I think you need to add a class library or a class file into the solution/
project.

If you need to add a class library project to the current solution, use the
following steps:

1. Right click the Solution in the solution explorer and add project.
2. Select class library with the desired language(VB.NET) to add a class
library.

If you only need to add a class file in the project,

1. Right click on the project in the solution explorer and add item.
2. select Class to add a .vb file.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."