|
|
От: |
Barbar1an
|
|
| Дата: | 11.03.23 15:19 | ||
| Оценка: | |||
Y>If the assembly has a strong name, the codebase setting can be anywhere on the local intranet or the Internet. If the assembly is a private assembly, the codebase setting must be a path relative to the application's directory.
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="DemoLibraryA"
/>
<codeBase version="0.0.55.0"
href="../../uo-demolibrarya-dotnet/0.0.55.0/DemoLibraryA.dll"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="DemoLibraryAA"
/>
<codeBase version="0.0.55.0"
href="../../uo-demolibraryaa-dotnet/0.0.55.0/DemoLibraryAA.dll"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>