can we place the same DLL in debug folder two times?
(without using strong name )
Answer Posted / inampudi anil kumar
we can plce it but version problem will definately wil come
if we dll1.0 version and 1.1 the compiler will take the
things from the latest version then dll hell will come
if i am wrong plzz update me
thnx
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Differentiate between file-based dependency and key-based dependency.
Define machine.config in .net?
Explain the concept of event bubbling in ASP.NET?
How will you load dynamic assembly?
What is enableviewstatemac in asp net?
What is data caching?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Is asp.net a language?
What is a query string in a url?
Can we use MSSql as backend in asp.net...if yes then How.?
What is the extension of master page in asp.net?
What is the difference between “Web.config” and “Machine.Config”?
What are server-side comments in ASP.NET?
How to use multiple scriptmanager controls in a web page?
What are Caching techniques in .NET