Can anyone tell how to access .NET dll from Lotus Domino website. Following method works on Lotus Client Dim obj As Variant Set obj = CreateObject("SampleLibrary.Algebra") Msgbox obj.Addition(2,4) But gives an error message when we run on Lotus Website.