ISSUE: I am back with another mixed-mode situation. An issue may happen when the native class constructor calls a managed function. For example, Let us say we have a C# application which is calling a C++ DLL using DLL Import attribute. The C++ DLL has
Read More...