Hi I have been modifying fortran code for salfrod compiler and whilst debugging in .NET environment the following error is being returned:
An unhandled exception of type 'System.TypeLoadException' occurred in Unknown Module. Additional information: Could not load type Compay from assembly Compay, Version=1.0.2526.13894, Culture=neutral, PublicKeyToken=null.
I'm not sure how to overcome this. It may have something to do with the fact that in my project the 'type' compay is actually a 'class' compay.
Public NotInheritable Class Compay Inherits System.Object Member of: Compay
Any help would be greatly appreciated. Cheers Craig