Using c# DLL in Oracle Forms 6
Hello,
I've got big problem which I can't resolve on my own.
My problem is:
- I've got DLL written in C# which contains business logic which i want to reuse
- I've got Oracle Forms 6i application, which I want to use business logic from c# dll
But I cannot do that in simply way (I cannot invoke functions from c# dll from oracle forms). So I have written c++ application which functions are invoked from Oracle Forms applications and functions from my c++ dll should invoke functions from my c# dll. But this doesn't work. Forms application crashes and produce dump file like that: