Hi,
I am having the this problem. Have tried the following all the steps to unregister and register the nlsxbe.dll. The problem still not resolved.
Something strange is that after I reboot the system, I am able to run the code without any error. After about an hour, the code will prompt with this error again.
However, after I refresh the page again, I received another error message as below:
Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.OutOfMem oryException: Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.
Source Error:
Line 34:
Line 35: 'Start a session to notes
Line 36: Session = CreateObject("L otus.NotesSessi on")
Line 37: 'This line prompts for password of current ID noted in Notes.INI
Line 38: 'Call Session.Initial ize()
Source File: C:\OITRS\TFSMDM S1_Test.aspx.vb Line: 36
Stack Trace:
[OutOfMemoryExce ption: Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.]
Microsoft.Visua lBasic.Interact ion.CreateObjec t(String ProgId, String ServerName) +176
TFSMDMS1_Test.S endNotification () in C:\OITRS\TFSMDM S1_Test.aspx.vb :36
TFSMDMS1_Test.B utton1_Click(Ob ject sender, EventArgs e) in C:\OITRS\TFSMDM S1_Test.aspx.vb :90
System.Web.UI.W ebControls.Butt on.OnClick(Even tArgs e) +105
System.Web.UI.W ebControls.Butt on.RaisePostBac kEvent(String eventArgument) +107
System.Web.UI.W ebControls.Butt on.System.Web.U I.IPostBackEven tHandler.RaiseP ostBackEvent(St ring eventArgument) +7
System.Web.UI.P age.RaisePostBa ckEvent(IPostBa ckEventHandler sourceControl, String eventArgument) +11
System.Web.UI.P age.RaisePostBa ckEvent(NameVal ueCollection postData) +33
System.Web.UI.P age.ProcessRequ estMain(Boolean includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint) +5102
I am using Visual Studio 2005 (VB.NET), IIS 6.0 and Lotus Notes Client 6.5.5 installed.
The IIS Server is running on Windows 2003 Server.
Does anyone have any solution to this problem? I need to solution urgently as my company already migrated to Lotus Notes and all my programs needs to be updated and send the email notification via Lotus Notes.
Many thanks in advance.
www.msdomino.ne t
I am having the this problem. Have tried the following all the steps to unregister and register the nlsxbe.dll. The problem still not resolved.
Something strange is that after I reboot the system, I am able to run the code without any error. After about an hour, the code will prompt with this error again.
However, after I refresh the page again, I received another error message as below:
Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.OutOfMem oryException: Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.
Source Error:
Line 34:
Line 35: 'Start a session to notes
Line 36: Session = CreateObject("L otus.NotesSessi on")
Line 37: 'This line prompts for password of current ID noted in Notes.INI
Line 38: 'Call Session.Initial ize()
Source File: C:\OITRS\TFSMDM S1_Test.aspx.vb Line: 36
Stack Trace:
[OutOfMemoryExce ption: Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.]
Microsoft.Visua lBasic.Interact ion.CreateObjec t(String ProgId, String ServerName) +176
TFSMDMS1_Test.S endNotification () in C:\OITRS\TFSMDM S1_Test.aspx.vb :36
TFSMDMS1_Test.B utton1_Click(Ob ject sender, EventArgs e) in C:\OITRS\TFSMDM S1_Test.aspx.vb :90
System.Web.UI.W ebControls.Butt on.OnClick(Even tArgs e) +105
System.Web.UI.W ebControls.Butt on.RaisePostBac kEvent(String eventArgument) +107
System.Web.UI.W ebControls.Butt on.System.Web.U I.IPostBackEven tHandler.RaiseP ostBackEvent(St ring eventArgument) +7
System.Web.UI.P age.RaisePostBa ckEvent(IPostBa ckEventHandler sourceControl, String eventArgument) +11
System.Web.UI.P age.RaisePostBa ckEvent(NameVal ueCollection postData) +33
System.Web.UI.P age.ProcessRequ estMain(Boolean includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint) +5102
I am using Visual Studio 2005 (VB.NET), IIS 6.0 and Lotus Notes Client 6.5.5 installed.
The IIS Server is running on Windows 2003 Server.
Does anyone have any solution to this problem? I need to solution urgently as my company already migrated to Lotus Notes and all my programs needs to be updated and send the email notification via Lotus Notes.
Many thanks in advance.
www.msdomino.ne t
Comment