Cannot load assemblies from remote resources

Upon launching the application, users may encounter an error "Cannot load assemblies from remote resources". This is encountered when servers have tighter security policies. To correct the issue, open the Ird.SC.Launcer.exe.config file in the Assembly Area folder where the main application is installed, and insert these lines:

<runtime>
     <loadFromRemoteSources enabled="true"/>
   </runtime>