<assemblyBinding> Element for <configuration>
Specifies assembly binding policy at the configuration level.
<assemblyBinding> Element for <configuration>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> </assemblyBinding>
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
|---|---|
xmlns | Required attribute. Specifies the XML namespace required for assembly binding. Use the string "urn:schemas-microsoft-com:asm.v1" as the value. |
Child Elements
Element | Description |
|---|---|
Specifies a configuration file to include. |
Parent Elements
Element | Description |
|---|---|
The root element in every configuration file used by the common language runtime and .NET Framework applications. |
The <linkedConfiguration> Element simplifies the management of component assemblies by allowing application configuration files to include assembly configuration files in well-known locations, rather than duplicating assembly configuration settings.
Note |
|---|
The <linkedConfiguration> element is not supported for applications with Windows side-by-side manifests. |
Note