Skip to main content

I have a client that is get an unhandled exception 'Method in found Int32 MicroFocus.COBOL.Program.Helper.CompareStrigFig (system.string System.string)' .  I can not get the same error on my development machine.  Do I have a runtime mismatch or is there another error.

Thanks

I have a client that is get an unhandled exception 'Method in found Int32 MicroFocus.COBOL.Program.Helper.CompareStrigFig (system.string System.string)' .  I can not get the same error on my development machine.  Do I have a runtime mismatch or is there another error.

Thanks

This does look like a runtime mismatch.  The method CompareStringFig is a fairly recent addition to the runtime, so it looks as though the program has been compiled with a more recent version of the product that the runtime.


I have a client that is get an unhandled exception 'Method in found Int32 MicroFocus.COBOL.Program.Helper.CompareStrigFig (system.string System.string)' .  I can not get the same error on my development machine.  Do I have a runtime mismatch or is there another error.

Thanks

Thanks