Can two application one using private assembly and other
using Shared assembly be stated as a side-by-side
executables?

Answer Posted / swapna

Side-by-side execution is the ability to run multiple
versions of an application or component on the same
computer.

You can have multiple versions of the common language
runtime, and multiple versions of applications and
components that use a version of the runtime, on the same
computer at the same time.

Since versioning is only applied to shared assemblies, and
not to private assemblies, two application one using
private assembly and one using shared assembly cannot be
stated as side-by-side executables.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is ssdl?

908


What are the 2 popular asp.net mvc view engines?

793


Explain representational state transfer (rest) in detail?

788


what is datacontrols?

3430


What is managed extensibility framework?

766


What is entity sql? : Entity framework

764


What filters are executed in the end?

798


What is the difference between windows vista and .net framework 3.0 ?

766


Mention what is the difference between “ActionResult” and “ViewResult” ?

831


Does Tempdata hold the data for other request in ASP.Net MVC?

757


How large is the .net framework 3.0? Does this change make the release larger?

788


What is the purpose of a web form?

762


How can I return string result from action in asp.net mvc?

809


What are HTML Helpers, AJAX Helpers in ASP.Net MVC?

775


How we can handle the exception at controller level in ASP.Net MVC?

823