J
John L.
Hi, suppose I have the following in my configuration,
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin"/>
</assemblyBinding>
</runtime>
</configuration>
Here the privatePath 'bin' should be a sub-folder of the application root
(the folder the EXE executes). Is there a way to reference a folder that is
not a sub-folder? say <probing privatePath="c:\myfolder\assemblyBin"/> ?
John
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin"/>
</assemblyBinding>
</runtime>
</configuration>
Here the privatePath 'bin' should be a sub-folder of the application root
(the folder the EXE executes). Is there a way to reference a folder that is
not a sub-folder? say <probing privatePath="c:\myfolder\assemblyBin"/> ?
John