[Migrated content. Thread originally posted on 02 March 2011]
Hi, i need to use the API given in the extend framework to call a cobol program from .NET. All it works fine, but if the cobol program crashes the .NET framework does too.The project we are working on is very critical and we can not permit unexpected crashes of the whole system. Does it exist a way to catch the crash of the cobol program from c# .NET? Catching Exception doesn't work.
As an extreme solution, in C it is possible to specify custom handlers for system interrupts; is it possible something similar in the .NET context?



