compiling dll

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

I have a web project which includes a class module that I would like to
compile into a dll.

Is this the right approach to provide a bunch off common functions?

How do I compile this module?

Thanks for your help.
 
create a windows control project
copy your code to the new project
compile

make a reference to the windows control project you just made
 
Chris,

Chris Calzaretta said:
create a windows control project
copy your code to the new project
compile

If no controls are contained in the library, you can choose "Class Library"
as project type.
 
When I open the dialog box for a new project and select Visual Basic
Projects, I only have 5 templates showing (one of which is Windows
Application, one of which is Console Applications and the other 3 are
ASP.NET projects) non of which provides a Class Library template.

How do I get the rest of the templates to show?

Thanks again

Dan
 
Dan,

Dan said:
When I open the dialog box for a new project and select Visual Basic
Projects, I only have 5 templates showing (one of which is Windows
Application, one of which is Console Applications and the other 3 are
ASP.NET projects) non of which provides a Class Library template.

How do I get the rest of the templates to show?

Are you using the Standard version of VB.NET?

Creating class libraries with the Standard edition of Visual Basic .NET
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=standardclasslibraries&lang=en>
 

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