all groups > dotnet component services > october 2003 > threads for october 1 - 7, 2003
Filter by week: 1 2 3 4 5
can't pass object as parameter to queued component
Posted by Laura Bagnall at 10/7/2003 11:42:38 PM
I'm trying to pass an object as a parameter to a queued component. I know
that the class needs to implement the IPersistStream interface, but I'm
still having problems. First, I'm defining the IPersistStream interface in
my code as follows:
//Definition for interface IPersistStream.
[ComImp... more >>
.NET Remoting Newbie question
Posted by Franz at 10/2/2003 11:41:23 PM
I would like to ask why do the server side and the client side both keep a
copy of the object dll?
Actually, I am requesting an object on the server side, so what kind of work
of the dll of the client side does?
... more >>
Does a remote ServicedComponent require IIS?
Posted by Jim Hammond at 10/2/2003 4:27:13 PM
Hello,
Does a remote ServicedComponent require IIS on the server?
Thanks,
Jim
... more >>
Can I keep serviced components and regular .NET classes in the same assembly?
Posted by Stan at 10/2/2003 2:58:59 PM
I have an assembly with serviced component which runs as a server
application under COM+.
I also would like to add another regular class to the same assembly.
1) What ramifications can it have?
2) Is it better to keep regular classes and serviced components in separated
assemblies/dlls?
... more >>
COM+ dispose from remoting
Posted by cllor at 10/1/2003 1:45:51 PM
Hi,
I had a UI layer that will call the App layer through remoting. The
components at App layer are COM+ components.
But I failed to dispose the com+ component and I had tried to find
information from internet and it seem like no solution for this.
Can anyone help?
... more >>
COM+ .setAbort() + .dispose()
Posted by VR at 10/1/2003 1:22:09 PM
Hi, I developed as series of com+ components and everything was going well
until I made the classic method call that does another method call and the
second one calls .setAbort(), when I return to the first component and try
to execute .dispose() on the one that called .setAbort() I receive the
... more >>
Web Services participating in COM+ transactions
Posted by alien2_51 at 10/1/2003 10:37:38 AM
I have a collection of related data access members that provide data
manipulation capabilities to a business object. Each business object has its
own web service that exposes methods for finding, loading and saving data
back to the datasource. Inside the save method I use an ADO.NET connection
a... more >>
|