----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: geek_prad Message 3 in Discussion In remoting, you can get the comms working by deploying only the 'interface' of the server component. You really do not need the full component to be deployed on the client (as it will never be used). The proxy creation requires the interface and that is all you require. cheers, pradeep -----Original Message----- From: spprivate [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 5:18 PM To: BDOTNET Subject: Get me out of this remoting maze....what is REMOTING New Message on BDOTNET Get me out of this remoting maze....what is REMOTING Reply Reply to Sender Recommend Message 1 in Discussion From: spprivate DCOM in my understanding is technique or model by which a component lies in a remote server and when i write an application which uses this component I need use dcomconfig in both server and client and then acitvate in client.Is that right. Now ,going through Remoting concepts,I see,a component is in remote server,i use MarshalByValue,Serialization attribute and all and make it as remote component. for eg I have a class which returns the server time.(this is the remote component in Machine A) Now I write a server application in the same machine which uses the component. my client application is in another machine(Machine B) which talks to the server(Machine A) and displays Machine A's server time.To my amusement,only if i have a copy of this dll in Machine B,then only this client application works.And we tried something different where in if i have a dll with the same name but no implementations,then also its working. Now my question is,do I have to a have the remote dll in client as well as server inorder for the things to work .I am confused.. Any light guys... Cheers S.P View other groups in this category. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
