| Sergey 2004-02-07, 9:36 am |
|
I made c# pipeline component that makes payment using
remoting (tcp/binary). It works perfectly except I can't
receive my object from remote host, marshaling exception
always are happening ("Cannot load assembly..."). But it's
curiously since this assembly is loaded (I'm using it to
send request to remote server) and I can transfer the same
object to remote host (it means the same assembly are
loaded on the server and client, for sure it's the same).
I found solution for this problem by adding ref to this
assembly in my asp.net project that using piplines.
Is there other method to fix this error??
I need other solution for classic asp site becouse I
cannot add ref to the net assembly in classic asp.
Thanks,
Sergey
|