If I add a .dll file to the Notes directory on the server, do I need to restart it in order to be able to access that file and its functions from a LotusScript agent?
Subject: Install DLL and then restart?
No, but You might have to register the DLL correctly in the registry, using regsvr32.exe or similar procedure.hth
Subject: *You shouldn’t have to.