all groups > dotnet component services > august 2004
70-310, 320: Local DLL is used instead of COM Component
Posted by Ralf Hermanns at 8/28/2004 11:04:50 PM
Please forgive me if this is stupid, but being new to COM, I cannot figure
it out. I followed one examples in Mike Gunderloys 70-310 exam preparation
book concerning component services.
I created a serviced component in a class library project, signed it,
installed (regsvcs) it to COM+ from th... more >>
Newbie, dotNET: Local DLL is used instead of COM Component
Posted by Ralf Hermanns at 8/28/2004 10:58:12 PM
Please forgive me if this is stupid, but being new to COM, I cannot figure
it out. I followed one examples in Mike Gunderloys 70-310 exam preparation
book concerning component services.
I created a serviced component in a class library project, signed it,
installed (regsvcs) it to COM+ from th... more >>
How to get the COM+ application Root Directory property from .net serviced componented at runtime?
Posted by Jim Hsu at 8/28/2004 10:24:03 AM
I've searched and can't find not way for my servicedComponents to learn =
about the application Root folder of the COM+ Application, the =
application.Manifest trick does not solve my problems, I am thinking =
that there should be away to access this property of COM+ in the .net =
framework, and... more >>
When a component is configured to use COM+...
Posted by jhurrell NO[at]SPAM gmail.com at 8/25/2004 11:09:53 AM
I've come across some documentation from Microsoft that states:
"When a component is configured to use COM+, it must reside in only
one COM+ application."
I'm having trouble interpreting this. They cannot be stating that a
component can only be used by a single COM+ application. What are the... more >>
Strange Debugging Experience With a ServicedComponent
Posted by Raghu at 8/18/2004 3:45:03 PM
I have a component that subclasses ServicedComponent. It has both JITA and
object pooling enabled. So all initialization code in in Activate method. It
is deployed as a com+ server application. When calling it from a test
application, it creates the object successfully. When keep a break point in... more >>
AutoComplete attribute in Serviced Components-- how to use?
Posted by Jim Bancroft at 8/13/2004 12:08:45 PM
I'm having some trouble mixing "AutoComplete" attributes and transactions
with my VB .Net components.
Right now, I have two classes --a "parent" and "child"-- that inherit from
the .Net "ComponentServices" class. The parent class creates a new
transaction context (using a Transaction attribut... more >>
Newbie question -on enablecommit and disablecommit
Posted by siddharthkhare NO[at]SPAM hotmail.com at 8/12/2004 12:01:13 AM
Hi All,
1)enableCommit Sets the consistent bit to true and the done bit to
false in the COM+ context.
but could some one explain a senario(example) when one would use this
method.
in other words an example on when one would want to sets the
consistent bit to true and the done bit to false ... more >>
Hosting JScript - .NET Automation
Posted by Humbug at 8/8/2004 3:37:59 AM
Hi. I'm not very familiar with this area of .NET but I need a general overview of how to host JScript in my application? What I want
to do is for users to be able to write scripts so they can automate the app (it's going to be a Winforms program).
Thanks.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Com+ - when to use ?
Posted by ereldor NO[at]SPAM hotmail.com at 8/5/2004 6:45:23 AM
Hello all,
My project has many layers - SI (sevice component), Orc
(Orchestration), BL &DAL. Nowdays i'm using com+ for every layer (Si
is a service component, others are plain library components).
My question is - should i use com+ other then for the si? will com+
slow the performance of the... more >>
BUG: comrepl & windows server 2003
Posted by Hadar at 8/3/2004 7:25:46 AM
Hi,
We use the com+ replication tool - comrepl.
This utility has a known bug with proxy applications
http://support.microsoft.com/default.aspx?kbid=819978
It is also known that this bug has a fix on post-sp4 hotfix (written in the
article).
I used comprel between 2 windows 2003 servers and the... more >>
|