<developmentMode> Element
Specifies whether the runtime searches for assemblies in directories specified by the DEVPATH environment variable.
<runtime> Element
<developmentMode> Element
<developmentMode developerInstallation="true | false"/>
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
|---|---|
developerInstallation | Specifies whether the runtime searches for assemblies in directories specified by the DEVPATH environment variable. |
developerInstallation Attribute
Value | Description |
|---|---|
true | Searches for assemblies in directories specified by the DEVPATH environment variable. |
false | Does not search for assemblies in directories specified by the DEVPATH environment variable. This is the default |
Child Elements
None.
Parent Elements
Element | Description |
|---|---|
configuration | The root element in every configuration file used by the common language runtime and .NET Framework applications. |
runtime | Contains information about assembly binding and garbage collection. |