Re: What exactly Dll does
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Sat, 31 Mar 2007 21:41:36 -0400
Nicholas Paldino [.NET/C# MVP] wrote:
What do you mean? As opposed to an EXE? From .NET 2.0 and on, the only difference between dlls and exes are that exes are entry points to applications, dlls are not. You can add references to each of them to use the types that are used in them.
As for 1.1 and before, you could only set references to DLLs.
No.
You can reference an EXE just fine in .NET 1.1 !
Visual Studio 2003 has a check that does not allow it,
but the C# compiler does not have any problems with it.
Arne
.
- Follow-Ups:
- Re: What exactly Dll does
- From: Scott M.
- Re: What exactly Dll does
- Prev by Date: Re: How to read html files AS IS. Encoding seems to change the characters.
- Next by Date: Re: C# IDE - commenting / uncommenting
- Previous by thread: Re: How to read html files AS IS. Encoding seems to change the characters.
- Next by thread: Re: What exactly Dll does
- Index(es):
Relevant Pages
|