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 the difference between custom web user control and a custom web server control?
How do I send an email message from my ASP.NET page?
Describe a Windows Service and its lifecycle ?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What does mean by a neutral culture?
What is synchronous and Asynchronous post back ?
What is recordset asp?
What does ascx stand for?
When should I use server transfer and response redirect?
What are the 3 types of web?
What is data control in asp.net?
Which data type does the rangevalidator control support?
What are the uses of list view control in Asp.net?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?