Deploying an ActiveX component in a CAB file, problem

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Deploying an ActiveX component in a CAB file, problem

    I have created an .OCX in VB6 for use on a web page. I created a .cab file
    and placed this file on the web server and updated the web page with the
    <OBJECT> tag with the correct guid, etc.

    When I hit the web page, it prompts me and asks if I want to download and
    install the component. I click yes and it appears to go through the
    motions of downloading the .cab, etc. But the control never appears on the
    web page. When I check the registry, the ocx (and its dependencies) are
    not registered. In fact, I can't see that the ocx is even on the system
    anywhere. If I manually install and register the ocx, then the web page
    works fine.

    I'm relatively inexperienced with web development. I used the Package and
    Deployment wizard to create the .cab package. The .cab seems to be created
    properly, but I am at a loss as to why the files are not getting installed.

    The user control is quite small, has a couple of 3rd party ocx's, all of
    which seem to be present in the .cab and it's associated .INF file.

    The security settings on the client machine are set to allow downloads and
    scripting of controls. The control is marked as safe for scripting, but is
    not signed.

    I'm sure that there is something elementary that I'm missing, but I need
    some help to determine what it is.

    Thanks in advance

    --
    Chris

    To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
    address.
    Chris Dunaway Guest

  2. Similar Questions and Discussions

    1. Cannot create ActiveX component
      Hi, Im doing an application which should convert a pdf to an image. I have this code which gives me a runtime error. pdfDoc =...
    2. Cannot Create Activex Component ASP.net
      Hi, I am running the following code in an ASP.NET web application using VB.NET Gapp= createobject(AcroExch.app) I get the following error at...
    3. Problem ... cannot create ActiveX component
      First, I'm a newbie to .Net ... Any help is appreciated So I see that one of the applications I frequently use (Adobe InDesign) can be driven...
    4. Deploying with Button Component.
      I have yet to find an answer to my question. To work around the issue, I replaced the buttons with static text. The original animation that uses...
    5. REPOST: Deploying an ActiveX component in a CAB file, problem
      Can no one assist me with this problem? I have created an .OCX in VB6 for use on a web page. I created a .cab file and placed this file on the...
  3. #2

    Default Deploying an ActiveX component in a CAB file, problem

    I have created an .OCX in VB6 for use on a web page. I created a .cab file
    and placed this file on the web server and updated the web page with the
    <OBJECT> tag with the correct guid, etc.

    When I hit the web page, it prompts me and asks if I want to download and
    install the component. I click yes and it appears to go through the
    motions of downloading the .cab, etc. But the control never appears on the
    web page. When I check the registry, the ocx (and its dependencies) are
    not registered. In fact, I can't see that the ocx is even on the system
    anywhere. If I manually install and register the ocx, then the web page
    works fine.

    I'm relatively inexperienced with web development. I used the Package and
    Deployment wizard to create the .cab package. The .cab seems to be created
    properly, but I am at a loss as to why the files are not getting installed.

    The user control is quite small, has a couple of 3rd party ocx's, all of
    which seem to be present in the .cab and it's associated .INF file.

    The security settings on the client machine are set to allow downloads and
    scripting of controls. The control is marked as safe for scripting, but is
    not signed.

    I'm sure that there is something elementary that I'm missing, but I need
    some help to determine what it is.

    Thanks in advance

    --
    Chris

    To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
    address.
    Chris Dunaway Guest

  4. #3

    Default Re: Deploying an ActiveX component in a CAB file, problem

    [url]www.aspfaq.com/5003[/url]

    Ray at work

    "Chris Dunaway" <dunawayc@_lunchmeat_sbcglobal.net> wrote in message
    news:1vivwn15tj1sl.7i2re4ba4odg$.dlg@40tude.net...
    > I have created an .OCX in VB6 for use on a web page. I created a .cab
    file
    > and placed this file on the web server and updated the web page with the
    > <OBJECT>

    Ray at Guest

  5. #4

    Default Re: Deploying an ActiveX component in a CAB file, problem

    [url]www.aspfaq.com/5003[/url]

    Ray at work

    "Chris Dunaway" <dunawayc@_lunchmeat_sbcglobal.net> wrote in message
    news:1czq5xrmrsnpb$.szmwanfddkta.dlg@40tude.net...
    > I have created an .OCX in VB6 for use on a web page. I created a .cab
    file
    > and placed this file on the web server and updated the web page with the
    > <OBJECT> tag with the correct guid, etc.
    >

    Ray at Guest

  6. #5

    Default Re: Deploying an ActiveX component in a CAB file, problem

    On Thu, 23 Oct 2003 09:53:31 -0400, Ray at <> wrote:
    > [url]www.aspfaq.com/5003[/url]
    >
    > Ray at work
    >
    > "Chris Dunaway" <dunawayc@_lunchmeat_sbcglobal.net> wrote in message
    > news:1czq5xrmrsnpb$.szmwanfddkta.dlg@40tude.net...
    >> I have created an .OCX in VB6 for use on a web page. I created a .cab
    > file
    >> and placed this file on the web server and updated the web page with the
    >> <OBJECT> tag with the correct guid, etc.
    >>
    My apologies for the multi post, but can you direct me to a solution to my
    problem? I looked all over aspfaq.com, but didn't find an answer.

    Thanks

    --
    Chris

    To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
    address.
    Chris Dunaway 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