Hi,

We develop a DB layer dll that handle all the activity of the app to the
DB. The dll has many functions some of them return dataset and some of
them return Datareader. We want to use the Com+ service of object
pooling so we put our dll in the Com+ (by inherits from
servicedComponent). We want to have some control over that DLL so we
configure it as a server package. When we call the function that return
dataset every thing is working fine. When we call the function that
return the DataReader we got an error - "this remoting proxy has no
channel sink..". When we configure the dll to run as library in the com+
every thing is working OK. The problem is that we want to be able to
stop the DLL if something going wrong, so we want it to run as a server.
(We know that every IIS application is running on its on AppDomain and
if we stop the AppDomain we can achieve the same behavior, but we don't
want to develop such a tool).



We understand that because we are moving an object from
process/appdomain to other we actually using remoting and this are the
reason why we receive this error. The problem is to witch channel of TCP
we need to listen???



   Thanks natty.

Natty Gur, CTO

Dao2Com Ltd.

28th Baruch Hirsch st. Bnei-Brak

Israel  , 51114

Phone Numbers:

Office: +972-(0)3-5786668

Fax:  +972-(0)3-5703475

Mobile:  +972-(0)58-888377

Know the overall picture




You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to