Hi friends, is it possible to Implement a C# interface in an X++ Class ?
This is what i tried in AX 2012 R3 :
1. Created a simple interface in C# and added it's VS project to AOT
2. Create a new X++ class and trying to implement C# interface:
class MyCar implements MyCSharpLibrary.IVehicle
i get the following compile error:
The specified class hierarchy is incorrect.
Thank you
Santosh.
*This post is locked for comments
I have the same question (0)