IDataReader - cannot read

  • Thread starter Thread starter TRW
  • Start date Start date
T

TRW

I have a method in my datalayer that returns IDataReader.
When I call this method it returns the datareader but when
I try to read it , gives me following error: any idea ?
thanks in advance

------------------
Error description:
------------------
An unhandled exception of
type 'System.Runtime.Remoting.RemotingException' occurred
in mscorlib.dll

Additional information: This remoting proxy has no channel
sink which means either the server has no registered
server channels that are listening, or this application
has no suitable client channel to talk to the server.
 
Back
Top