<disableCachingBindingFailures> Element
.NET Framework 3.5
Specifies whether the caching of binding failures is disabled.
<runtime> Element
<disableCachingBindingFailures> Element
<disableCachingBindingFailures enabled="0|1"/>
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
|---|---|
enabled | Required attribute. Specifies whether the caching of binding failures is disabled. |
Enabled Attribute
Value | Description |
|---|---|
0 | Do not disable the caching of binding failures. This is the default binding behavior in the .NET Framework version 2.0. |
1 | Disable the caching of binding failures. This setting reverts to the binding behavior of the .NET Framework version 1.1. |
Child Elements
None.
Parent Elements
Element | Description |
|---|---|
The root element in every configuration file used by the common language runtime and .NET Framework applications. | |
Contains information about assembly binding and garbage collection. |