D
dotnetchic
Anybody know what the "internal limitation" of a method signature is
for c++/cli?
I've got a mixed assembly that throws an exception for one particular
function (very large if-else control). It throws a
System.Runtime.InteropServices.MarshalDirectiveException with the
additional information "Internal limitation: method signature is too
complex or too large." When I compile the function as native, no
problem.
TIA,
Sharon
for c++/cli?
I've got a mixed assembly that throws an exception for one particular
function (very large if-else control). It throws a
System.Runtime.InteropServices.MarshalDirectiveException with the
additional information "Internal limitation: method signature is too
complex or too large." When I compile the function as native, no
problem.
TIA,
Sharon