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 the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is ashx file in asp.net?
Do session use cookies in asp net?
What are the page life cycle events?
What is tracing? Where is it used?
What is new asp.net core?
What are the types of authentication in asp.net?
What is session id in web application?
Differentiate between a page theme and a global theme?
What is state management techniques in asp.net?
Describe the differences between the lifecycles of Windows services and Standard EXE?
How can you apply a theme to your asp.net application?
What is the difference between mechine.config and web.config?
Can I read the hard disk serial # of the client computer using asp.net?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc