IIS - Cannot create ActiveX component

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • seokbee
    New Member
    • Mar 2007
    • 2

    IIS - Cannot create ActiveX component

    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
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Welcome to the site. Are you sure that the ActiveX component is compatible with the platform you are running?

    Comment

    • seokbee
      New Member
      • Mar 2007
      • 2

      #3
      Thank you kenobewan for you reply.

      I believe it is compatible. When the server is rebooted, my code does run without any error message. However, after about 1 hour, I will get the same error message.

      When I debug from my development environment, the program worked as it is expected. I've checked from the Event Viewer logs (Application & System), there is not error message.

      The IIS Server 6.0 is running on Windows 2003 Server.

      Do you have any other idea?



      Originally posted by kenobewan
      Welcome to the site. Are you sure that the ActiveX component is compatible with the platform you are running?

      Comment

      • ketax
        New Member
        • Sep 2007
        • 2

        #4
        Is there any solution regarding this problem because I'm having the same problem too:

        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 442:
        Line 443: 'Start a session to Notes
        Line 444: SessionToReques ter = CreateObject("L otus.NotesSessi on")
        Line 445: SessionToHelpde sk = CreateObject("L otus.NotesSessi on")
        Line 446:

        Comment

        • Glynn Allen
          New Member
          • Oct 2007
          • 1

          #5
          Has anyone managed to solve this yet????

          Comment

          Working...