Under the Configuration
collection, an AppDomain
row may exist which contains information that can help the Assembly Resolver when it probes different locations for assemblies. Specifically, the AppDomain
row contains properties that can be used to specify a private binpath that is appended to the binpath provided by the application context during a bind operation.
Example:
<AppDomain PrivatePath="[semicolon delimited private binpath]"/>