How to compile code files to dll?

A

Aras Kucinskas

Hello,

I have developed a web application using VS 2005. The application contains
couple of independent modules. The forms and controls code files are
separated in to .vb and .ascx. Now I want to distribute the modules to
another machine but do not want to expose source files (vb). How to compile
module code files to dll?
 
C

Cowboy \(Gregory A. Beamer\)

Your best bet is to take what you have learned and turn it into a server
control. Your other option is to put the tagged part into code and compile
or head into the ASP.NET 2.0 model.

Unless someone has a better option, the issue with user controls is they are
not designed to be packaged as libraries. While there are ways of getting
them there, the only benefit is portability. They do not give you previews,
you cannot easily work in designers, etc.

If you need libraries, create a server control and you will be much happier.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 

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

Members online

Forum statistics

Threads
473,770
Messages
2,569,585
Members
45,080
Latest member
mikkipirss

Latest Threads

Top