System.OutOfMemoryException: Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.
-
I am getting this error while accessing the lotus notes. It is working fine when executes in my system but giving this error while executing in IIS virtual directory. The error is Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e. Source Error: Line 22: protected void btnAddress_Click(object sender, EventArgs e) Line 23: { Line 24: Domino.NotesSessionClass sessclass = new Domino.NotesSessionClass(); Line 25: sessclass.Initialize("lotuspwd");//PWD is required Line 26: Domino.NotesDatabase notesDB = sessclass.GetDatabase("serveraddress", "names.nsf", false); Thanks for any help.......
Lakshmi
-
I am getting this error while accessing the lotus notes. It is working fine when executes in my system but giving this error while executing in IIS virtual directory. The error is Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e. Source Error: Line 22: protected void btnAddress_Click(object sender, EventArgs e) Line 23: { Line 24: Domino.NotesSessionClass sessclass = new Domino.NotesSessionClass(); Line 25: sessclass.Initialize("lotuspwd");//PWD is required Line 26: Domino.NotesDatabase notesDB = sessclass.GetDatabase("serveraddress", "names.nsf", false); Thanks for any help.......
Lakshmi