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
What is owin authentication?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Explain the difference between asp and asp.net?
Where the assembly is stored in asp.net?
How do we implement bundling in MVC?
Why SessionID changes in every request in asp.net?
Why we go for mvc instead of asp.net? : Asp.Net MVC
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What are the events in a page life cycle?
What is the usage of DelegatingHandler?
What are different methods of session maintenance in asp.net?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
How do I open an ashx file?
What is the difference between equals() and == in c#?
Where sessions are stored?