Trouble using COM component from ASP.NET

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: Trouble using COM component from ASP.NET

    Does the COM component work in a classic ASP page? With a Set obj =
    Server.CreateObject("bla-bla")?

    - Tormod

    "Marina" <zlatkinam@nospam.hotmail.com> wrote in message
    news:uKFLLDLQDHA.1584@TK2MSFTNGP11.phx.gbl...
    > The actual error is: ActiveX component can't create object
    >
    > Also, this works fine on development machines, but not on a deployment
    > server.
    >
    > "Marina" <zlatkinam@nospam.hotmail.com> wrote in message
    > news:e60FpzKQDHA.2300@TK2MSFTNGP11.phx.gbl...
    > > Not sure if this an interop issue or an ASP.NET issue.
    > >
    > > An ASP.NET page needs to call a COM component. If the COM DLL is not
    > > registered on the machine, there is an error saying it can't find a
    class
    > > with the classid - which is reasonable. If the DLL is registered, then
    > there
    > > is a 'Can't create ActiveX object' message.
    > >
    > > Any ideas about what's going on?
    > >
    > > Thanks
    > >
    > >
    >
    >

    Tormod Hystad Guest

  2. Similar Questions and Discussions

    1. How to make a protected property in the base component public in the derived component?
      I have a base component, from which several components derive. What I want is to just publish some of the protected properties in the base...
    2. Trouble with menuBar component within movie clip
      I am running into a little trouble with Flash MX2004. I am using the Menubar component, I converted it to a movie clip, and I and adding menu items...
    3. Trouble telling a media component playing mp3 2 stop
      I am using a built in media component in FlashMX 2004, to play mp3 files. I have a few different mp3s in consistent key frames. Each has its own...
    4. VisualAge 6 installation trouble on aix 5.2, gcc trouble too :)
      I've installed gcc 3.x from UCLA site. and I got this error - In file included from test.c:23: /usr/include/pthread.h:554: error: parse error...
  3. #2

    Default Re: Trouble using COM component from ASP.NET

    On Wed, 2 Jul 2003 11:44:12 -0400, "Marina" <zlatkinam@nospam.hotmail.com> wrote:

    ¤ The actual error is: ActiveX component can't create object
    ¤
    ¤ Also, this works fine on development machines, but not on a deployment
    ¤ server.
    ¤

    Sounds like you might be missing a dependency. Is your component using any other COM components?


    Paul ~~~ [email]pclement@ameritech.net[/email]
    Microsoft MVP (Visual Basic)
    Paul Clement Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139