Advertisement
Devsploit

Custom Path for Dll (Put in app.config)

Jan 5th, 2021
1,306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.14 KB | None | 0 0
  1. <runtime>
  2.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  3.       <probing privatePath="bin" />
  4.     </assemblyBinding>
  5.   </runtime>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement