Modules in 2005

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?
 
A

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.
 
K

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."
 
G

Guest

Yeah... That's what I've been doing. Just seemed odd that the module was
gone. Thanks.
 

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

Similar Threads

Developing an Application with Multiple Modules 6
Outlook autorun module 0
module versus class? 13
Namespace Question 2
Access Modules empty 0
Adding solutions to VSS = Frustrating 1
Heavy Application with Multiple Modules 4
Global Enum question 1

Top