Re: question about Assemblies

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi Susan,

Technically an assembly is composed of modules (files) but most assemblies
have a single file. Also, an assembly can be also an .exe, not always a dll.
But for assemblies that are class libraries (.dll), yes, at conceptual level
they are like Win32 DLLs or ActiveX dlls.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
VB6, VB5 and VBA
You can code, design and document much faster in VB.NET, C#, C++ or VJ#
Free resources for add-in developers:
http://www.mztools.com

"Susan Baker" <sbaker@xxxxxxxxxxx> escribió en el mensaje
news:dnrb0v$dn1$1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Are assemblies the same as libraries (i.e. C/C++ libraries)?. I know they
> may have security attributes etc - but at a conceptual level, are they a
> means of partitioning code into modular, logical units?
>


.



Relevant Pages

  • Re: HELP!! Im having "DLL Hell" in .NET
    ... huge known bug if you don't do this (and your dlls are larger than ... It is a client server application with 1 exe as the ... > all the supporting assemblies in directories in the root. ... > true for each reference in these assemblies. ...
    (microsoft.public.dotnet.general)
  • Re: Application security
    ... > - to prevent user from using my dlls directly, ... Assigning strong names to your assemblies is ... The ones you want to protect or the ones from which you want to ... > - I want to manage demo and customers version with license key policy. ...
    (microsoft.public.dotnet.security)
  • CCW & Managed Memory Leak?
    ... A few of these DLLs have references to .NET assemblies. ... Of course there you do have worker process recycling to help ... I'm confident that if this was running under IIS6 and using the IIS6 ...
    (microsoft.public.dotnet.framework.interop)
  • Unmanaged Multifile Assembly in C++
    ... I have several unmanaged C++ dlls that were being shared by several ... projects which were successfully converted to assemblies. ... of those dlls is dependent on another dll which we currently handle by ... (not embedding a manifest in file01 but embedding one in file02.) ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Appl. Security Problems
    ... Back up your compiled assemblies (the EXE and both DLLs) and your CAS ... the key is only used to sign the assembly at compile time. ...
    (microsoft.public.dotnet.security)