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
Explain what is an abstract class?
Explain diff. Betn dataset and recordset?
What is a 401 redirect?
Explain Optimization technique description?
Explain the difference between sql invalidation and sql notification.
Is asp.net free?
What are themes and skins in 2.0, explain usage scenario?
What are triggers of an updatepanel?
What do you mean by authorization?
what is the difference between response.write() and response.output.write()?
What are the asp.net 2.0 features?
Differentiate between namespace and assembly.
What is the difference between equals() and == in c#?
Define repository pattern in asp.net mvc? : asp.net mvc
How to display validation messages in one control?