Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Optimizes the probe for satellite assemblies.
<configuration>
<runtime>
<relativeBindForResources>
<relativeBindForResources
enabled="true|false" />
The following sections describe attributes, child elements, and parent elements.
Attribute | Description |
---|---|
enabled |
Required attribute. Specifies whether the common language runtime optimizes the probe for satellite assemblies. |
Value | Description |
---|---|
false |
The runtime does not optimize the probe for satellite assemblies. This is the default value. |
true |
The runtime optimizes the probe for satellite assemblies. |
None.
Element | Description |
---|---|
configuration |
The root element in every configuration file used by the common language runtime and .NET Framework applications. |
runtime |
Contains information about runtime initialization options. |
In general, Resource Manager probes for resources, as documented in the Package and Deploy resources topic. This means that when Resource Manager probes for a particular localized version of a resource, it may look in the global assembly cache, look in a culture-specific folder in the application's code base, query Windows Installer for satellite assemblies, and raise the AppDomain.AssemblyResolve event. The <relativeBindForResources>
element optimizes the way in which Resource Manager probes for satellite assemblies. It can improve performance when probing for resources under the following conditions:
Setting the enabled
attribute of the <relativeBindForResources>
element to true
optimizes Resource Manager's probe for satellite assemblies as follows:
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now