Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Full Componentisation

Status
Not open for further replies.

wASP

Programmer
Jun 28, 2001
23
0
0
ZA
Hi

I only recently started looking at VB.NET and need some help as we will be starting this project soon.

We are re-writing an application used by our customers, but need to componentetise every single form / class into its own dll. referencing these is fine, but how does one go about spesifiyng that each form / class be gererated as its own DLL file within a solution / project. This is critical due to legislative changes within the app, and chagnes are constant, and this should make update sizes minimal.

>:):O> wASP >:):O>
 
Generally its one DLL per project.

And you'll need to add a reference to each project that calls anything in another project.

Try and build a project of common classes and framework controls, or you'll end up with cyclic references.


Sweep
...if it works dont mess with it
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top