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 is asp.net web application?

528


Explain the difference between overriding and overloading?

546


What are the 3 types of web?

508


What are the new data controls in asp.net 2.0?

526


In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?

597






Define page fragment caching?

528


What are the security types in ASP/ASP.NET? Different Authentication modes?

565


What is asp net theme?

525


Which is faster union or union all?

582


What is http protocol and how it works?

532


How is session id generated?

457


What is difference between ispostback and autopostback in asp net?

518


Explain Session state management options in ASP.NET.

597


What are the built-in objects in asp.net?

558


What is the difference between CLICK and MOUSE DOWN Event ?

586