G
Guest
I am using VB.NET as a GUI to perform some calculations which are done in a
FORTRAN DLL. In the validating event handler for a text box I call a
subroutine in the FORTRAN DLL to do some calculations with the value in the
text box.
I have verified using the FORTRAN debugger that the subroutine is being
called and all the arguments are passed as expected. When the DLL is done
and I return to my VB.NET code, the following error occurs.
"An unhandled exception of type 'System.ArgumentException' occurred in
WinAPS.exe
Additional information: Method's type signature is not Interop compatible."
I haven't been able to locate any info on what this means.
Anybody know what this is all about?
FORTRAN DLL. In the validating event handler for a text box I call a
subroutine in the FORTRAN DLL to do some calculations with the value in the
text box.
I have verified using the FORTRAN debugger that the subroutine is being
called and all the arguments are passed as expected. When the DLL is done
and I return to my VB.NET code, the following error occurs.
"An unhandled exception of type 'System.ArgumentException' occurred in
WinAPS.exe
Additional information: Method's type signature is not Interop compatible."
I haven't been able to locate any info on what this means.
Anybody know what this is all about?