The Artima Developer Community
Sponsored Link

C# Answers Forum
Creating DLL's problem

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Yossi

Posts: 5
Nickname: garfild
Registered: Jan, 2003

Creating DLL's problem Posted: Jan 26, 2003 10:58 AM
Reply to this message Reply
Advertisement
Hi,
I am building an nTier project.
my Data Access layer containes classes in few directories.
I have no idea how to create the Data Access.dll in order to reference it to the rest of the layers.
Using csc /target:library /out:Data Access.dll a*.cs etc...
look for the clesses in the directory of the command line isn't it? what about the classes that located in the sub directories of the layer?
I can create a dll if all classes located in the same location, can it be done if they are not?
Thanks
Yossi

Topic: Introductioin Previous Topic   Next Topic Topic: writiiiing a report on a case study

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use