Hi,
I am using Lotus Notes 8 (free download). When I create a new instance of notedocument it gives the error
"COM object with CLSID {29131528-2EED-1069-BF5D-00DD011186B7} is either not valid or not registered."
Below is the code I have written.
Dim newDoc As Domino.NotesDocument
newDoc = New Domino.NotesDocument
I have checked the registry entry for this CLSID but this entry is not found in registry.
Can anybody help me solve this problem ?