I have a Remoting server that I am running inside of IIS.  The
implementation of the server, in assembly A, calls a method on a class
located in another assembly that I have, call it assembly B, which is in
the bin subdir of the virtual dir.

To get the metadata to the client, I distributed the dll for the impl of
the server to the client.  This raises a FileNotFoundException, because
fusion cannot resolve assembly B.

However, if I use soapsuds to generate a metadata only assembly and
distribute that to the client, then it works exactly as planned.

Any thoughts?

-Casey

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