Hello I have developed fortran code in PLATO IDE and it runs smoothly. But When I recompile the same code in Silverfrost FTN95 Express, it compiles and generate exe file. But when I execute the exe file, it generates run time error and not running the executable at all. The error is showing like this: Unhandled Exception: System.TypeInitializationException: The type initializer for 'SaiBaba' threw an excepti on. ---> System.TypeInitializationException: The type initializer for 'Salford.Fortran.RTLibrary' threw an e xception. ---> System.BadImageFormatException: An attempt was made to load a program with an incorrect forma
- (Exception from HRESULT: 0x8007000B) at Salford.Fortran.RTLibrary.__com_plus_initialise(Int32 hin) at Salford.Fortran.RTLibrary.InitLibrary() --- End of inner exception stack trace --- at Salford.Fortran.RTLibrary.InitLibrary() at SaiBaba..cctor() --- End of inner exception stack trace --- at SaiBaba.MAIN()
Is any configuration issues. I like to use SIlverfrost FTN95 Express visusal studio interface, for better coding and editing and it gives more visual editing features, which I don't get it in PLATO IDE. Any suggestion? Pls. advise.