Summary
When running web applications that call into Salford Fortran .NET DLL's exceptions related to salflibc.dll occur.
Solution
Make sure that all the redistributable files for the application are present on the server. There are two options as to where to place the files.
Firstly they can all be placed in the application directory.
Secondly the .NET runtime files can be installed into the Global Assembly Cache (GAC) and salflibc.dll placed on the system path (in C:\WINDOWS\System32\ for example)
-- Admin Silverfrost Limited