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
How to find last error which occurred in Asp.net ?
Explain parts of assembly?
Explain the concept of MVC Scaffolding?
What are sharepoint pages?
Explain server side state management system.
Why mvc is better than asp.net? : Asp.Net MVC
Differentiate between early binding and late binding.
What are tuples?
Why do we use asp.net?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
List the events in page life cycle.
Is asp.net is a programming language?
What is server redirect?
How will you do Redo and Undo in a TextControl?
A Web Service Can Only Be Written In .net. Is it True??