Help: ASP.NET Webform using VB.NET User Control

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

  1. #1

    Default Help: ASP.NET Webform using VB.NET User Control

    I created a VB.NET user control which uses a nonmanaged ActiveX control. I
    built it as 'mycontrol.dll'.

    In my ASP.NET webform I'm trying to add the new control to my Toolbox, but
    when I goto COM Components it's not in the list. So, I hit browse and
    selected the dll. I get this err:
    File '...\mycontrol.dll' cannot be added to the Toolbox. It was not
    recognized as a COM server.

    Any ideas how I can do this?

    Thanks in advance!


    VB Programmer Guest

  2. Similar Questions and Discussions

    1. does webform control equal to asp.net control?
      If no, could you show me the differentia? thanks, ThxBruin
    2. image webform control
      I am trying to adjust the size of an image web control but if I try to say myimage.height = 200 it says that an integer cannot be converted to a...
    3. Including WebForm Image Control in a Webform Table Control
      What is the code for including an image control in a Table control of a WebForm ???? regards
    4. HELP: ActiveX Control on webform
      I am going to use an ActiveX control on my webform. 1. How can I set it up so that if a user views the web page and doesn't have the ActiveX...
    5. cannot access user control properties within a webform code-behind
      Hello, I am trying to access the properties and methods from a user control within the code-behind file for a webform but I am receiving the...
  3. #2

    Default Re: ASP.NET Webform using VB.NET User Control

    Never mind. I have to add is as a Microsoft .NET component. Hehehe. Thanks.

    "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    news:%23Kzh4UYRDHA.1304@TK2MSFTNGP11.phx.gbl...
    > I created a VB.NET user control which uses a nonmanaged ActiveX control.
    I
    > built it as 'mycontrol.dll'.
    >
    > In my ASP.NET webform I'm trying to add the new control to my Toolbox, but
    > when I goto COM Components it's not in the list. So, I hit browse and
    > selected the dll. I get this err:
    > File '...\mycontrol.dll' cannot be added to the Toolbox. It was not
    > recognized as a COM server.
    >
    > Any ideas how I can do this?
    >
    > Thanks in advance!
    >
    >

    VB Programmer Guest

  4. #3

    Smile Re: Help: ASP.NET Webform using VB.NET User Control

    i want to use Login from toolbox. i try to use it. but i fail to use it. plz help me. give me complete details of it.
    Unregistered 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