I have an application built with Visual Studio 2010 and SilverFrost Fortran 95. The C# shell calls several Fortran 95 dll files. The compiled application runs fine on any 64 bit machine running either Windows 7 or Windows 8, but when I try to run it on a 32 bit machine running Windows 7, it crashes when any Fortran dll is accessed. The error message is:
Unhandled exception has occurred in your application. The type initializer for 'Fitter' threw an exception.
'Fitter' is one of the Fortran dlls.
Has anyone else experienced this problem? Any ideas on how I can fix this so it will also run on 32 bit machines?
Thanks