eBiss Client Copied Locally

If you receive an error message stating that loading from the network is not possible when using a locally copied eBiss Client, it means that the DLLs and eBiss.WinClient.exe still have the network identifier. You can remove this using PowerShell with the following command:

 Unblock-File -Path eBiss.WinClient.exe
 Unblock-File -Path *.dll
 Unblock-File -Path PlugIns\*.dll