i always used the dll as type library. when publish the remoting object
via http channel it is easy to create a type library with the soapsuds
tool but how to create an type library when publish the remoting object
via tcp channel?

> -----Ursprüngliche Nachricht-----
> Von: franklin gray [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 5. Juni 2002 17:36
> An: [EMAIL PROTECTED]
> Betreff: Re: [DOTNET] remoting concept question
> 
> 
> You would have the Type library, not the dll, on the client 
> machine.  The type library is kinda like a definition of what 
> the dll is.
> 
> -----Original Message-----
> From: sweat [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 05, 2002 9:45 AM
> To: [EMAIL PROTECTED]
> Subject: [DOTNET] remoting concept question
> 
> 
> I have been playing around with remoting.  I am having trouble
> understanding something though.  I created a dll and a client 
> app that will
> access it from another machine.  In my client app I create a 
> variable of a
> type I define in my dll.  For my client to know what that is 
> I have to add a
> reference and the dll would have to be on the machine with my 
> client app
> because if I don't then I get a filenotfoundexception when 
> the client app
> loadsup.  This obviously isn't remoting so what am I missing 
> in the picture?
>   Thanks.
> 
> Ken
> 
> You can read messages from the DOTNET archive, unsubscribe 
> from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
> 
> You can read messages from the DOTNET archive, unsubscribe 
> from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
> 

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to