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

  1. #1

    Default COM properties

    what does it mean if you set the activation property of
    the COM object to "enable just in time" or "must be
    activated in caller's context" in the Component Services?

    thanks.
    rio Guest

  2. Similar Questions and Discussions

    1. ViewState properties and mapped properties don't work well togethe
      I have a CompositeControl with two types of properties: 1.) Mapped Properties that map directly to a child control's properties (ex.:...
    2. Making Custom Control Properties Visible in Visual Studio's Properties Palette
      I am learning how to use the System.ComponentModel class in VB.NET so that I can add my ASP.NET controls to Visual Studio .NET 2003. I have managed...
    3. get properties for all
      that will be the real a-periodical sequence.... why you're looking for that? :-} pieter "itsmine" <spahmjunk@hotmail.com> schreef in bericht...
    4. Illustrator properties vs FreeHand properties
      I have to say that after playing around with Illustrator CS, FreeHand wins hands down as far as simplicity goes. I can't believe how many flipping...
    5. properties not showing in properties window at design time
      I created a usercontrol using vb but the properties will not show in the properties pane however the properties show up in the intellisence list....
  3. #2

    Default Re: COM properties

    You are dealing with COM+ (MTS in NT 4) at this time. In general, I would
    let the COM+ application settings control this portion, rather than try to
    set it in VB.

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA

    ************************************************** ********************
    Think Outside the Box!
    ************************************************** ********************
    "rio" <lavieenrose579@yahoo.com> wrote in message
    news:055a01c39121$3bbc99b0$a101280a@phx.gbl...
    > what does it mean if you set the activation property of
    > the COM object to "enable just in time" or "must be
    > activated in caller's context" in the Component Services?
    >
    > thanks.

    Cowboy \(Gregory A. Beamer\) 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