Error when running List Actions in console mode during config of Notification Listener

  • Updated

 

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:

https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/dd409252(v=vs.100)?redirectedfrom=MSDN

 

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.

 

Related to

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.