You are installing the Produmex Notification Listener according to the documentation:
http://wiki.produmex.name/doku.php?id=implementation:wms:install_notificationlistener
At the following step you receive an error:
Unhandled Exception: System. 10. FileLoadException: Could not load file or assembly • file:///C: \Program\Produmex\SB1 Notification Listener or one of its dependencies. Operation is not supported. (Exception from HRESULT: ex0131515)
System. NotSupportedException: An attempt was made to load an assembly from a
network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous.If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch.
Solution:
Please edit the config file:
Produmex.Foundation.SboNotification.ServiceHost.exe.config
Add the following part at the end of the config file:
<runtime>
<loadFromRemoteSources enabled="true" />
</runtime>
Then repeat the installation step and continue with the rest of the installation.
Comments
0 comments
Please sign in to leave a comment.