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

3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close

0 Answers  


What is the difference between throw and throw ex?

0 Answers  


What is the lock statement in c#?

0 Answers  


Why is it called c sharp?

0 Answers  


How to use session under class file of APP_Code folder?

0 Answers   ADITI,






Difference between C++ and C#.net

19 Answers   Google, TCS, Wipro,


Explain the difference between boxing and unboxing.

0 Answers   Accenture,


What is parameterized constructor?

0 Answers  


What are partial classes and use of partial classes?

0 Answers   QuestPond,


Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?

0 Answers   Siebel,


Explain get and set accessor properties?

0 Answers  


What is default access modifier for class in c#?

0 Answers  


Categories