Re: Sharing common code
From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 02/11/04
- Next message: Trev Hunter: "Re: First Day of the Month"
- Previous message: Cor: "Re: First Day of the Month"
- In reply to: Jeffrey Bradshaw: "Sharing common code"
- Messages sorted by: [ date ] [ thread ]
Date: 11 Feb 2004 15:36:58 +0100
* "Jeffrey Bradshaw" <Jeffrey.Bradshaw@Dictaphone.comNOSPAM> scripsit:
> I have two apps (one is a service and one is a windows app) that share some
> common classes. How can I make it so that I don't have to keep updating the
> items in solution explorer?
[...]
> I've thought about making a DLL out the common class but 1) Don't know how
> to do that and 2) how do you debug a dll?
Just create a project of type "Class Library", if you are using VS.NET.
Then you can reference this DLL from your other projects.
-- Herfried K. Wagner [MVP] <http://www.mvps.org/dotnet>
- Next message: Trev Hunter: "Re: First Day of the Month"
- Previous message: Cor: "Re: First Day of the Month"
- In reply to: Jeffrey Bradshaw: "Sharing common code"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|