Is it possible to use two versions of assembly at the same
time?If possible explain with code?

Answer Posted / sachin

Off course Krishna is right it is called as side by side
execution
<Configuration>
<runtime>
<assemblyIdentity name="ABCD" publicKeyToken="Sometoken"
culture="neutral" />

<bindingRedirect
oldVersion="1.0.0.0-99999.99999.99999.99999"
newVersion="1.0.1445.38584" />

<codeBase version="1.0.1445.38584" href="C:\Program
Files\TPA\ABCD.dll" />

</dependentAssembly>
</runtime>
<Configuration>

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are server objects?

495


What is different authentication mechanisms used in ASP.NET?

565


What is Web API Routing?

587


What is the difference between equals() and == in c#?

540


Differentiate between client-side and server-side validations in web pages.

532






Elaborate differentiation between ViewState and SessionState?

587


Describe session handling in a webfarm?

535


Which is faster viewbag or viewdata?

541


Is it possible to create web application with both webforms and mvc?

511


What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?

472


What is custom events? How to create it?

597


What is the asp.net mvc folder conventions? : asp.net mvc

448


When cookie will expire?

566


What is viewstategenerator?

659


What is the concepts of globalization and localization in .net?

506