I have a .NET C# code base that calls Fortran code. All of this code has been in production working for many months. We decided to move the application to the Cloud (Azure). All went well on the migration with the exception of this one piece of code. This seems to be a setup issue but I'm not sure if it is related to the system overall or the Fortran setup. I have found advice on this error regarding to how things are coded but not system setups.
The exact error is as follows:
forrtl: severe (29): file not found, unit 2, file C:\projects...[mypath]\bin\Release\fort.2
Image PC Routine Line Source libifcoremd.dll 06A618FA Unknown Unknown Unknown (many more lines similar after this one)
I moved from a Windows 2008 R2 physical machine to a Windows 2012 R2 Datacenter machine which may be part of the issue