I am getting an unhandled exception on a webservice as listed below
and my quesiton is
How do I trap it to find where it's coming from since it seems to be outside
of the my code.
Thx in advance
Mekim
An unhandled exception of type
'System.Runtime .Serialization. SerializationEx ception' occurred in Unknown
Module.
Additional information: The type System.Web.Serv ices.Protocols. SoapException
in Assembly System.Web.Serv ices, Version=1.0.500 0.0, Culture=neutral ,
PublicKeyToken= b03f5f7f11d50a3 a is not marked as serializable
and my quesiton is
How do I trap it to find where it's coming from since it seems to be outside
of the my code.
Thx in advance
Mekim
An unhandled exception of type
'System.Runtime .Serialization. SerializationEx ception' occurred in Unknown
Module.
Additional information: The type System.Web.Serv ices.Protocols. SoapException
in Assembly System.Web.Serv ices, Version=1.0.500 0.0, Culture=neutral ,
PublicKeyToken= b03f5f7f11d50a3 a is not marked as serializable
Comment