How does assembly versioning in .NET prevent DLL Hell?

Answers were Sorted based on User's Feedback



How does assembly versioning in .NET prevent DLL Hell?..

Answer / sivaraj.t

here is the answer : : :

The runtime checks to see that only one version of an
assembly is on the machine at any one time.

.NET allows assemblies to specify the name AND the version
of any assemblies they need to run.

The compiler offers compile time checking for backward
compatibility.

It doesn.t.

Is This Answer Correct ?    26 Yes 0 No

How does assembly versioning in .NET prevent DLL Hell?..

Answer / sathiya

Using Zero impact deployment in .Net to prevent the DLL
Hell Proplem.

Is This Answer Correct ?    11 Yes 2 No

How does assembly versioning in .NET prevent DLL Hell?..

Answer / himanshu raj

dll hell problem occurs due to more than one assembly being used for single application. How the applic ation will know which assembly to use? Assembly name and number that is version is specified so that the application can use specific assemblies.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Dot Net Remoting Interview Questions

What is the purpose of System.EnterpriseServices namespace ?

1 Answers   Digital GlobalSoft,


What is the difference between .Net Remoting and Web Services ?

1 Answers  


What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()

1 Answers  


What is Remoting?

0 Answers  


How are the activation URLs different in case of SAO and CAO in .NET remoting?

0 Answers  






Give the Hierarchial description of remoting?

1 Answers   Satyam,


Which namespace is used for encryption ?

3 Answers   Digital GlobalSoft,


How can you debug failed assembly binds?

1 Answers  


About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?

0 Answers   DELL,


About performance issues on retrieving records ?

1 Answers   DELL,


Explain threading types?

0 Answers  


What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?

0 Answers  


Categories