Hello
I got an error while trying to call an ExecuteNonQuery on the server, namely :
The remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or the application has no suitable client channel to talk to the server.
I tried it with both a stored procedure and by using a direct SQL-text command, doesn't make any difference. I should add the class in which I call the delete-statement is in a COM+ component on the server, if I use it locally, so on the client machine, it works perfect.
Anyone encountered this problem or has a sollution? Thx in advance.
I got an error while trying to call an ExecuteNonQuery on the server, namely :
The remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or the application has no suitable client channel to talk to the server.
I tried it with both a stored procedure and by using a direct SQL-text command, doesn't make any difference. I should add the class in which I call the delete-statement is in a COM+ component on the server, if I use it locally, so on the client machine, it works perfect.
Anyone encountered this problem or has a sollution? Thx in advance.