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

How do you register a .NET assembly?

2 Answers   Microsoft,


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


Explain the differences between marshal by value and marshal by reference?

0 Answers  


what are the requirements to enable remote components to interact each other?

0 Answers  


What do you mean by windows authentication?

0 Answers  






what are the various type of channels used by .Net remoting and which is the best one?

1 Answers  


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


What is boxing and unboxing ?

4 Answers   Amdocs, BirlaSoft, TCS,


explain is .NET Remoting?

2 Answers   Mind Tree,


Define singleton activation mode in .net remoting?

0 Answers  


What are channels in .NET Remoting?

1 Answers  


What is fundamental of published or precreated objects in remoting?

0 Answers  


Categories