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
What do you understand from custom control?
What do you mean by authentication?
What is a swagger in web api?
What is a viewstate?
What are the Types of state management techniques
Can you dynamically assign a Master Page?
What is a runtime version?
Is viewstate secure?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Why is it preferred to not use finalize for clean up?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Define managed code and managed data in .net?
Name the namespace which is used by ado.net?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
when a request is made in Life cycle of ASP.NET page .