what is DLL Hell and how it is solved in .NET?
Answer Posted / sabari
DLL Hell is nothing but overwriting the dll in the registery. If two application are installed on a single server, one installed First and the Second Installed Later and There is a dll with same name with different functionality used in both the applications, So in this case Application one works fine all the days until application two Installed on the machine. Once the Application two is installed containing the DLL with the same name as Application one Contains then In this case the application one Fails as the DLL from Application two overwites the DLL of Application one in the Registery. So Application two works fine where as Application one Fails as the DLL is missing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
Where is the view state data stored in asp net?
If you want to write your own dot net language, what steps you will you take care?
What is razor? : asp.net mvc
How can I create master page in asp net?
Define tracing.
When you use Ajax controls in the ASP.NET application?
Which is better php or asp.net?
What is full form of asp.net?
How do you hide the columns?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Differentiate between a page theme and a global theme?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
How many types of state management are there in asp net?
Explain about secure socket layer?