How?s the DLL Hell problem solved in .NET?

Answers were Sorted based on User's Feedback



How?s the DLL Hell problem solved in .NET?..

Answer / ranjana tyagi

This Problem is Solved by using the assembly
versioning.That has four parts major,minor,build and
revesion.

Is This Answer Correct ?    5 Yes 1 No

How?s the DLL Hell problem solved in .NET?..

Answer / guest

Assembly versioning allows the application to specify not
only the library it needs to run (which was available under
Win32), but also the version of the assembly

Is This Answer Correct ?    1 Yes 1 No

How?s the DLL Hell problem solved in .NET?..

Answer / ranjeet singh

Through " Versioning " you can solve DLL Hell Problem
M.M.B.R(Mejor.minor.builder.revision)this is format of
version assembly.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What are Uses of CLR

0 Answers   TCS,


What is verbatim literal in c#?

0 Answers  


What is difference between the "throw" and "throw ex" in .net?

0 Answers  


can we throw execption from catchblock

4 Answers   Accenture,


Describe how a .net application is compiled and executed

0 Answers  


What is a thread? What is multithreading?

0 Answers  


what is a destructor?

0 Answers   Amazon,


what is difference between is and as operators in c#?

0 Answers   Winsol Solutions,


when data member or member function is static is acess specifier is considered??

2 Answers  


what is the difference between .dll and .exe

0 Answers   HCL,


Explain get and set accessor properties?

0 Answers  


What is difference between class and abstract class in c#?

0 Answers  


Categories