|
| webproject reference in class lib |
 |
Mon, 31 Mar 2008 19:49:46 +000 |
In my class lib I am trying to communicate with the app code folder in the
webproject and the classes inside. How can I add the ref?
|
| Post Reply
|
| Re: webproject reference in class lib |
 |
Mon, 31 Mar 2008 20:59:56 +000 |
Hi Pak518,
If I'm following you, you have a class library compiled into a dll. You have
placed a reference to that class library in your web application. You want your
class library to be able to reference classes in your web application?
Let me know if I'm missing something. Generally, you wouldn't want to create any
dependencies in your class library to a web application that's referencing it.
That would create a cross-dependency and your class library would only be able
to function inside your web application. If that were the case, you might as
well just make the functionality that depends upon your web application a part
of your web application.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|