Re: [ADVANCED-DOTNET] Problem is unloading assembly

2002-10-28 Thread Manuel Costa
k by throwing an abort exception into any thread alive there. I think this problem was corrected on 1.1. regards, Manuel - Original Message - From: "Hun Boon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 4:14 PM Subject: Re: [ADVANCED-DO

Re: [ADVANCED-DOTNET] Problem is unloading assembly

2002-10-28 Thread Hun Boon
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 2:25 PM Subject: [ADVANCED-DOTNET] Problem is unloading assembly > Hi, > I'm working on .NET remoting. I'm sending an object from client machine to > server by using .NET remoting. Client first gets the prox

Re: [ADVANCED-DOTNET] Problem is unloading assembly

2002-10-28 Thread Thomas Tomiczek
: pralay [mailto:pralaypati@;YAHOO.COM] Sent: Montag, 28. Oktober 2002 07:25 To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Problem is unloading assembly Hi, I'm working on .NET remoting. I'm sending an object from client machine to server by using .NET remoting. Client first gets the pr

[ADVANCED-DOTNET] Problem is unloading assembly

2002-10-28 Thread pralay
Hi, I'm working on .NET remoting. I'm sending an object from client machine to server by using .NET remoting. Client first gets the proxy of the server, then calls a method of that proxy which takes the object as argument. Now before sending the object, I'm also sending the dll containing the clas