Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / March 2005

Tip: Looking for answers? Try searching our database.

.net queries

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
AVL - 21 Mar 2005 06:43 GMT
What is the difference between managed module and assembly? Are they one and
the same?

What is dll hell problem? How does .net  solve it?
Richard Blewett [DevelopMentor] - 21 Mar 2005 09:33 GMT
What course are these questions from? ;-)

An assembly is a logical component that is made up of one or more physical files (modules). The vast majority of assemblies have only one module however the C# compiler can assembly multimodule assemblies using the /addmodule compiler flag and the assembly linker (AL.EXE) can also be used to create multimodule assemblies. The are not very interesting in general. There are a couple of uses of them the most important IMO is being able to create an assembly from modules created in different languages (such as having an interop module built in managed C++.

Dll Hell is the term used to refer to the fact that normal Dlls are version unaware. application developers had a habit of deploying their dlls into the System32 directory (where they would always be locatable by the loader). However, it was not uncommon for people to accidently overwrite a newer version of the dll which would break other peoples applications which relied on the newer version. .NET mitigates against this because assemblies are version aware and multiple versions can be installed side by side in the GAC so that each application will pull up the version it needs.

Regards

Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk

  What is the difference between managed module and assembly? Are they one and
the same?

What is dll hell problem? How does .net solve it?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.