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

What is server infrastructure?

0 Answers  


Difference between response.redirect and server.transfer?

0 Answers  


how to do pakaging nd deployment

1 Answers  


What is the Global ASA(X) File?

2 Answers  


When is the ViewState available during the page processing cycle ?

6 Answers   Siebel,






Can we change the session timeout in ASP.NET, if yes then how and from where?

7 Answers   L&T,


Explain the difference between asp & asp.net.

0 Answers  


Explain About WebService

0 Answers   BirlaSoft,


Explain global assembly cache.

0 Answers  


What is asp.net localization?

0 Answers  


How Response.flush works in server.Execute ?

1 Answers   Keane India Ltd, TCS,


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


Categories