Re: creating library
From: Martin Dechev (detcheff__at_hotmail.com)
Date: 10/12/04
- Next message: Mr m?ll: "My session-object dies way to early"
- Previous message: Craig: "Re: .net 1.1 service pack killed remote debugging -?"
- In reply to: JIM.H.: "creating library"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 12 Oct 2004 09:45:58 +0200
Hi,
You can create a class library project (in any of the .NET languages) with
your common classes and functionality and then reference it from your other
projects. See:
http://msdn.microsoft.com/library/en-us/vsent7/html/vxconAddingProjectsItemsToNewApplication.asp
Furthermore, you can register it in the global assembly cache (GAC) of the
machine, thus you will not need a local copy of the dll for each project.
See:
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconGlobalAssemblyCache.asp
Greetings
Martin
"JIM.H." <JIMH@discussions.microsoft.com> wrote in message
news:A98B21F2-0461-48F8-8CC2-2C2F2A9D87A7@microsoft.com...
> Hello,
> I have more than one application and I want to use my functions in many
> application, how can I do this? Is it possible to create library and use
it
> in another .net application.
> Thanks,
> Jim.
>
- Next message: Mr m?ll: "My session-object dies way to early"
- Previous message: Craig: "Re: .net 1.1 service pack killed remote debugging -?"
- In reply to: JIM.H.: "creating library"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|