How do you call a static C# method FROM Fortran in Visual Studio 2005?
I have tried various combinations of <namespace>.<class>.<method> in the ASSEMBLY_EXTERNAL statement and all fail with a compiler error: 'Method Not Found...'. The compiler apparently recognizes the .dll in the LIBRARY statement. Help. Please.