|
The simplest way to transform an in-proc COM server into an out-proc COM server is creating a COM+ application. What are the possible drawbacks of doing it this way?
Started by sharptooth on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Turning the question inside out, I guess your anti-self might ask, "Why are there options besides the COM+ Server for an out-of-proc COM server? What advantages do these other hosting options provide is in the administrative model....
|
|
Ask for your Permission Douche | I dated that douche .com
Started by Selena Rauenzahn on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at pinterest):
|
|
DN QUAD LLLL .com Domain Name for sale DNHM.com 4 letter .com DNHM.com
5 years 8 months 14 days old
regged @ GoDaddy
Bids start @ $1 USD. Auction Ends 5.26.2012 @ 3.pm EST (5 minute rule in effect) tldsonline.com
Started by tldsonline on
, 20 posts
by 4 people.
Answer Snippets (Read the full thread at dnforum):
Premium LLLL .com .com are u ....
It would be foolish for me to sacrifice my reputation over a $100 deal .
Email this will be taken care of.
Numbers don't lie.
Men lie.
com for sale - N::B::F::A - click here to see thread!
Women lie.
|
Ask your Facebook Friends
|
Our application uses the MapMaker class from Google collections, and we're getting the exception below, but only on OS X 10.4 using webstart. It works fine when launched from an app bundle, and on OS X 10.5 and Windows.
This has started happening since...
Started by Matt McHenry on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I guess.
Project , rather than ask for help on SO, but I'm struggling to explain why exactly I think so.
|
|
I've been an admirer of Juval Lowy's teaching and guidance in .NET development for a number of years. He's also written one of my favorite books: Programming .NET Components.
However on a recent DotNet Rocks podcast (Jan 2010) in discussing WCF/COM and...
Started by Ash on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I was under the assumption it is perfectly possible to write .NET CLI compliant C... .
He's merely telling us that they have used C++ and COM in the implementation of the runtime.
Not talking about the interaction of the COM and .NET worlds.
|
|
Hello,
I'm new to COM. I started learning it. Frankly speaking, I hate it.
I'm neither clear about what it is? no why it exists.
Is this a programming methodology like OOP? Does programming languages must support it? (with some special keywords or something...
Started by claws on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It is provably not language depenedent as there are many languages which support COM (C++,C
Communication between different languages....
COM at is core is a way of providing a data passing contract which is independent of any specific language.
|
|
Can power surge back up a vag com lead and destroy a laptop?
Started by Steve123 on
, 10 posts
by 6 people.
Answer Snippets (Read the full thread at com):
This a lot or he's a muppet and knows jack about computers
i think as said above you need to get smart
ask for proof of the repair bill plus ask what was replaced
if it was not a hardware problem i dont see.
|
|
I have an ActiveX/COM DLL. It contains many methods and properties. I would like to be able to ask it if it has a particular symbol, as per the following snippet:
If HasMethod( "StdLib.DLL", "ReadFileE" ) Then ... End If
Is there a way to do this from...
Started by boost on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I have used Microsofts interactive OLE/COM-Object viewer to find mehods and their parameters.
|
|
Hello. How can i check if COM Object exists (is registered / is available / can run without problems) before running actions using them?
My application should use other applications COM's (InteropServices) but before i start some action, i would like ...
Started by cichy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
First ask yourself.
But recent developments like 64-bit shoot you some serious flak when it doesn't work and they can't find out why .
COM activation has always been hard to trouble-shoot.
|
|
Our program consumes an out-proc COM server and makes thousands of calls on its interfaces. This takes very very long time - like a minute for about 50k calls. The COM component vendor says that the calls are very fast by themselves and that the problem...
Started by sharptooth on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Ask them to provide you with an in-process version (dll) which you can then....
There are two possible options if you can get the the vendor to help .
Of-process com object is going to require much more marshalling etc than an in-process one.
|