I have created a DLL and in that I have a class this class take a few values in and do some processing.
I created a codeunit in NAV and define DLL as a DOTNET variable and then instantiate the classes. After that I called the methods inside those classes. When I run the codeunit it works perfectly fine.
But my problem is when I try to run the codeunit with a Job Queue.
It throw a error saying
"Error message: Microsoft Dynamics NAV Server attempted to issue a client callback to create a DotNet object: bulkSMSGatewayHTTP_dll.clsAlertListNAV (CodeUnit 50000 SMS Alert Management). Client callbacks are not supported on Microsoft Dynamics NAV Server"
This error throws at the line of where i Instantiate the class files.
How to overcome this issue?
This is regarding NAV 2015
*This post is locked for comments