Home »

Give a brief introduction on side- by- side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side- by- side executables?

Question ListCategory: .NETGive a brief introduction on side- by- side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side- by- side executables?
shah_kajal184 author asked 9 years ago
1 Answers
denielshakespeare5 author answered 8 years ago

Side- by- side execution enables you to run multiple versions of an application or component and CLR on the same computer at the same time. As versioning is applicable only to shared assemblies and not to private assemblies, two applications, one using a private assembly and other using a shared assembly, cannot be stated as side- by- side executables.

Please login or Register to Submit Answer