Hi, I have created a report which is calling a CodeUnit. This called CodeUnit is using a variable of type "DotNet".
![9v4syufm8t1q.png]()
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![aa88m5btrdss.png]()
and the call to the CodeUnit by the report still fails is report is run the NAS.

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.