Hello again,
Another problem - I have remote object (implementing interface shared with
client) with 7 or more methods. All methods can be called without any
problems except one, which throws TargetInvocationException with the
following stack trace:
ServerStackTrace: What's the problem? Maybe someone have a solution? Regards,
at System.Reflection.RuntimeConstructorInfo.SerializationInvoke(Object
target, SerializationInfo info, StreamingContext context)
at
System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Obje
t obj, SerializationInfo info, StreamingContext context)
at
System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder
holder)
at System.Runtime.Serialization.ObjectManager.DoFixups()
at
System.Runtime.Serialization.Formatters.Soap.ObjectReader.Deserialize(Heade
Handler handler, ISerParser serParser)
at
System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Deserialize(Stre
m serializationStream, HeaderHandler handler)
at System.Runtime.Remoting.Channels.CoreChannel.DeserializeMessage(String
mimeType, Stream xstm, Boolean methodRequest, IMessage msg, Header[] h)
at
System.Runtime.Remoting.Channels.SoapServerFormatterSink.ProcessMessage(ISe
verChannelSinkStack sinkStack, ITransportHeaders requestHeaders, Stream
requestStream, IMessage& msg, ITransportHeaders& responseHeaders, Stream&
responseStream)
Gregory.