Answer Posted / 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 |
Post New Answer View All Answers
What are ASHX files?
What are validator? Name the validation controls in asp.net?
What is difference between session and application in asp net?
What is asp.net used for?
What is the default timeout for a cookie?
What are the disadvantages of asp.net?
Can I read the hard disk serial # of the client computer using asp.net?
What is owin authentication?
Explain difference between dataset and recordset?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What does mvc represent in asp.net? : asp.net mvc
What is data cache in sql server?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Explain the difference between dataset and datareader.
What’s the catch?