----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Ravisaidasan Message 1 in Discussion Hi All I have a remote object with two version .. i configured in server and client . i am trying to access the remote object in one remote client. i configued in client as <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.runtime.remoting> <application> <client> <wellknown type="RmtObject.Class1, RmtObject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1b1fda02e08ccf2c" url="http://localhost/Samplethree/SimpleHelloWorld1.soap" /> <wellknown type="RmtObject.Class1, RmtObject, Version=2.0.0.0, Culture=neutral, PublicKeyToken=1b1fda02e08ccf2c" url="http://localhost/Samplethree/SimpleHelloWorld2.soap" /> </client> </application> </system.runtime.remoting> </configuration> but i am facing the bug pls tell me why how should i go ahead the bug is .Config file ConsoleRmtClientConfig.exe.config can not be read successfully due to exception System.Runtime.Remoting.RemotingException: Version information is p resent in the assembly name 'RmtObject, Version=1.0.0.0, Culture=neutral, Public KeyToken=1b1fda02e08ccf2c' which is not allowed for client wellknown entries. at System.Runtime.Remoting.Activation.RemotingXmlConfigFileParser.ReportError (String errorStr, RemotingXmlConfigFileData configData) at System.Runtime.Remoting.Activation.RemotingXmlConfigFileParser.ReportAssem blyVersionInfoPresent(String assemName, String entryDescription, RemotingXmlConf igFileData configData) at System.Runtime.Remoting.Activation.RemotingXmlConfigFileParser.ProcessClie ntWellKnownNode(ConfigNode node, RemotingXmlConfigFileData configData, RemoteApp Entry remoteApp) at System.Runtime.Remoting.Activation.RemotingXmlConfigFileParser.ProcessClie ntNode(ConfigNode node, RemotingXmlConfigFileData configData) at System.Runtime.Remoting.Activation.RemotingXmlConfigFileParser.ProcessAppl icationNode(ConfigNode node, RemotingXmlConfigFileData configData) at System.Runtime.Remoting.Activation.RemotingXmlConfigFileParser.ParseConfig File(String filename) at System.Runtime.Remoting.RemotingConfigHandler.LoadConfigurationFromXmlFile (String filename). Thanks in advance Ravi ----------------------------------------------------------- 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]
