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

Wcf and what is difference between wcf and web services?

0 Answers  


C# Code for How to set readonly property to Id(database) value?

2 Answers   HCL,


What is the object class in c#?

0 Answers  


What is the property of a class in c#?

0 Answers  


What is array c#?

0 Answers  






Can we assign null value to integer?

0 Answers  


What is the Difference between directcast and ctype?

1 Answers   Wipro,


What is tochararray in c#?

0 Answers  


Can I call a virtual method from a constructor/destructor?

0 Answers  


What is appdomain in c#?

0 Answers  


What is class sortedlist underneath?

0 Answers  


Is c# and .net same?

0 Answers  


Categories