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 is viewstategenerator?
what are the web form events available in asp.net?
Explain the Session state management options available with ASP.NET?
What is synchronous and Asynchronous post back ?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Why is global asax is used?
How ASP.NET page works?
How does u get record no from 5 to 15 from a dataset of 100 records?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What is a web server? What are the load limits in it?
Differentiate between authentication and authorization.
What is asp.net master page?
Which protocol is used to call a web service?
What is advantage of asp.net?
What is new asp.net core?