Exforsys

Online Training

DLL Hell...

This is a discussion on DLL Hell... within the Microsoft .NET forums, part of the Programming Talk category; Hi all!!! Can any body guide me on these:= What is DLL Hell problem in dot net?? can we create ...


Go Back   Exforsys > Programming Talk > Microsoft .NET

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-23-2007, 05:29 AM
Junior Member
 
Join Date: Feb 2007
Posts: 2
harikreative is on a distinguished road
Thumbs up DLL Hell...

Hi all!!!

Can any body guide me on these:=

What is DLL Hell problem in dot net??
can we create a virtual class? or can a class have virtual method? if so how??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-24-2007, 03:19 AM
Junior Member
 
Join Date: Feb 2007
Posts: 1
gouru2005 is on a distinguished road
Hi,

DLL hell is not the problem of dot net. Dot net provided solution for it.
DLL Hell: In windows applications some dlls are shared ones. Suppose app1 is an application running perfectly. It is sharing a shared dll named shared1.dll. You are installing another application app2. Suppose app2 application is also having a shared dll named shared1.dll. At the time of app2 installation, installer will overwrite the shared1.dll which is already there on our system and being shared by app1. The new shared1.dll may be different than the previous dll which is overwritten. Now the application app1 which is depending on overwritten shared1.dll will become defunct. app1 will fail.
that's all about dll hell.

Dot net shared assemblies are strongly named. Different assemblies with same name but with different version numbers may coexist in shared folders.
This is the solution provided by dot net.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
A Big hell..............................O to ever1 PoonamT Introduce Yourself 0 08-04-2006 02:39 AM


All times are GMT -4. The time now is 07:26 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.