USE or USELSX problem

Hi all.I have web agent

that uses execute command

like this

execute Use MyScriptLibrary MySub().

In MyScriptLibrary (options) i have the next statement

Use OtherScriptLibrary.

When I run my agent I receive the next error

“Error loading USE or USELSX module: OtherScriptLibrary”

What the problem ???

Thank you in advance

Subject: USE or USELSX problem

Hi,

Check if there is no UI classes used in OtherScriptLibrary library.

Konrad

Subject: RE: USE or USELSX problem

Thank youthat was the problem :slight_smile:

Subject: Recompile All LotusScript

Hi Benzi,

Try using Tools-Recompile All LotusScript and then re-sign the database. This usually works for me when I see this error.

Regards

David

Subject: RE: Recompile All LotusScript

Thanks :)))