Modules in 2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
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."
 
Yeah... That's what I've been doing. Just seemed odd that the module was
gone. Thanks.
 
Back
Top