If you try to load a remote assembly using it’s path you’ll likely get a permission or operation exception. 
Read more: Jon Gallant's Blog
QR:
When using LoadFrom:
Assembly a1 = Assembly.LoadFrom(file);
I got this error. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)

Read more: Jon Gallant's Blog
QR: