Hi,
I am using domobj.tlb to create a interop assembly using Visual Studio. Once i did that i am able to browse through NotesDocument from NotesView and i am able to dump the properties of this document using the API. I want to invoke the Search on the NotesDatabase class however when i try to instantiate a NotesDateTime class which is the second parameter to the Search method on NotesDatabase class i get an exception
““Retrieving the COM class factory for component with CLSID {29131526-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 80040154.””
I already tried to register nlsxbe.dll however that’s not helping.
I’d appreciate any help on this asap.
Thanks, Abhishek