D (Isolated Applications and Side-by-side Assemblies)
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
-
DEF-context assemblyIdentity
-
An assemblyIdentity subelement defining the side-by-side assembly described by the manifest. A DEF-context assemblyIdentity subelement is always the first subelement of an assembly element.
-
DLL versioning conflict
-
Compatibility problem. Assembly sharing problems occur when an application installs a version of a shared assembly that is not backward compatible with the previously installed version. A solution to DLL versioning conflicts is to use side-by-side assembly sharing and isolated applications. With side-by-side assembly sharing, multiple versions of the same Windows assembly can run simultaneously. Developers can choose which side-by-side assembly to use.