What is a DLL Hell Problem in .Net?

Answers were Sorted based on User's Feedback



What is a DLL Hell Problem in .Net?..

Answer / bhagsingh kherwal

A DLL HELL PROBLEM IS ARISE WHEN WE DEPLOYEE OR REGISTER A
NEW APPLICATION THAT'S PREVIOUS VERSION ALREADY RUNNING ON
OPERATING SYSTEM IT WILL CREATE A PROBLEM OF OVERRIDING OF
PREVIOUS VERSION AND MAKE CHANGE IN SYSTEM REGISTERY. .NET
PROVIDE A FACILITY OF GAC GLOBAL ASSAMBLY CACHE IN WHICH
WHEN NEW APPLICATION DEPLOYEED THEN IT EASILY DIFFERENCIATE
WITH PREVIOUSLY RUNNING VERSION IN MANY WAY AS THEIR NAME,
VALUE, CULTURE AND OTHER THEN DLL PROBLEM WILL NOT ARISE.

Is This Answer Correct ?    0 Yes 0 No

What is a DLL Hell Problem in .Net?..

Answer / rajendra patel jat

Its about assembly version problem but now solved.

Is This Answer Correct ?    5 Yes 8 No

Post New Answer

More ASP.NET Interview Questions

How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits?

3 Answers   CoreObjects,


What are the main components of the ADO object model? How are they used?

2 Answers   HCL, Syntax Softtech,


Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process?

1 Answers   Patni, Perot Systems, Sedna Technology,


How to sign out from forms authentication?

0 Answers  


What's the ASP.Net Application life cycle?

0 Answers   Wipro,


How Session outproc in Sqlserver stored?

0 Answers   CGI,


What does the hotspot class in .net do?

0 Answers  


How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?

0 Answers   HCL,


Features in ASP.NET ?

1 Answers   Microsoft,


What is a page life cycle?

0 Answers  


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

0 Answers   eMids,


What are the 3 types of web?

0 Answers  


Categories