Hi All,
I have been facing lot of errors by using automation variables and not able to resolve. Following is one of those errors.
"Unable server-side invoked and client-side invoked automation objects can't be mixed". I wonder this error is because I have installed all the 3 tiers in one machine. Please guide.
Thanks,
N.Sridhar
0
Answers
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks for your reply.
I was using CREATE(oReconcileTaxHistoryRequest);
Now I have modified as CREATE(oReconcileTaxHistoryRequest,TRUE,TRUE); and able to overcome the error message.
But now my client side application is crashing...
any idea...
Is there any proper documentation as how to access COM object (dll) method in RTC. Because I am not facing any problem in Classic Client version with the same code.
Thanks
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.