| |
seokbee
Posts: 2
Score: 0
Joined: 3/22/2007
Status: offline
|
Hi Experts, I have converted all my *.aspx webpages to send email via Lotus Notes email. I have Lotus Notes client installed on the server running on Windows 2003 Server with IIS 6.0. I have web application that update Access database and then trigger an email to recipients. I've tried in development my programs work fine. When migrate the program to production, and trigger an email to recipient I have received the following error: 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.OutOfMemoryException: 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("Lotus.NotesSession") Line 37: 'This line prompts for password of current ID noted in Notes.INI Line 38: 'Call Session.Initialize() Source File: C:\OITRS\TFSMDMS1_Test.aspx.vb Line: 36 Stack Trace: [OutOfMemoryException: Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.] Microsoft.VisualBasic.Interaction.CreateObject(String ProgId, String ServerName) +176 TFSMDMS1_Test.SendNotification() in C:\OITRS\TFSMDMS1_Test.aspx.vb:36 TFSMDMS1_Test.Button1_Click(Object sender, EventArgs e) in C:\OITRS\TFSMDMS1_Test.aspx.vb:90 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102 However, after I rebooted the server, the program works again. Until certain time, then this error occurs again. Can someone please help me to resolve this issue ASAP? Many thanks in advance.
|
|