Hi,
Re-posting an earlier post :
"I’m trying to use the COM interop for the NotesDateTimeClass for manipulating date/time fields while creating a new appointment. I always land up with this error :
"Retrieving the COM class factory for component with CLSID {29131526-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 80040154. "
On closer inspection, the depends.exe tool showed that MSJAVA.dll was missing. So I registered a copy of that dll. That still didn’t help.
I looked up the forums and found two posts :
I have done everything that has been mentioned as possible remedies. But none have helped so far."
The new thing since then, is that I have looked up the registry and tried finding the entry under HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID as mentioned in this post :
http://www-1.ibm.com/support/docview.wss?uid=swg21112239
I did not have one in my computer (this inspite of regsvr32 reporting that the nlsxbe.dll was successfully registered). I tried in another that actually had this entry. It still throws the same exception !
Any help would be highly appreciated !!!
ps : I’m on a WServer 2003 box.
Daman