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

Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?

2 Answers  


What?s SingleCall activation mode used for?

1 Answers  


What are static assemblies?

0 Answers  


What?s typical about a Windows process in regards to memory allocation?

1 Answers  


What are the security issues if we send a query from the application?

2 Answers   Microsoft, Timken,






Difference between remoting and web service ?

1 Answers   Digital GlobalSoft,


Can you explain remoting?

0 Answers   QuestPond,


write a example for remoting (code)

2 Answers   Mind Tree,


Give the Hierarchial description of remoting?

1 Answers   Satyam,


Which namespace is used for encryption ?

3 Answers   Digital GlobalSoft,


What are the types of remoting?

0 Answers  


About performance issues on retrieving records ?

1 Answers   DELL,


Categories