Results 1 to 2 of 2

Thread: Multi-tier ASP.NET Development using DLL files...

  1. #1

    Thread Starter
    Addicted Member effekt26's Avatar
    Join Date
    Nov 2006
    Posts
    138

    Multi-tier ASP.NET Development using DLL files...

    hi all,

    I am currently developing a multi-tier asp.net project...and would like to separate the tiers into dll files (except, of course the aspx pages, or the presentation layer)

    So far all i am successfully able to do is separate the tiers into sepeate class files in the one project.

    I cant seem to call any dll from other dll's or the presentation layer. i think its a reference issue, but i have ensured that they are members of the refenced items.

    basically i need to create a dll for each tier, in the name space of Company.Application.TierName...

    how could this be done, sorry if this is a dumb question.

    Thanks, Justin

  2. #2
    Fanatic Member
    Join Date
    May 2001
    Posts
    837

    Re: Multi-tier ASP.NET Development using DLL files...

    You need to create a new project for each DLL you intend to create. Then you can reference those projects (such as a Business Layer) from another project (such as Presentation). Let us know if this was too brief!
    The human brain cannot hold all of the knowledge that exists in this world, but it can hold pointers to that knowledge.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width