Hi, I have created a report which is calling a CodeUnit. This called CodeUnit is using a variable of type "DotNet".
In the properties of this variable, i have set the property
RunOnClient : Yes. With this settings if I run the report, the call to the CodeUnit is successful. But now i want to schedule this report so that it runs after every 1 min by the NAS. The NAS is runs the report but the call to that CodeUnit through the report is failed.
If I change the property
RunOnClient to No and run manually then it give me the error that :
cannot load an instance of the following .net framework object assembly
and the call to the CodeUnit by the report still fails is report is run the NAS.
Best Regards:
Zaid Tariq
Dynamics NAV/365 BC Developer at
Dynamics 360please like / agree / verify my answer, if was helpful.
Answers
2) When RunOnClient is set to No you must make sure you install the DotNet component on the Server running the NST (middle tier)
Zaid Tariq
Dynamics NAV/365 BC Developer at Dynamics 360
please like / agree / verify my answer, if was helpful.