hi All,
I'm getting the following exception when I try to DeSerialize one of my
parent objects.

"System.IO.FileNotFoundException: File or assembly name nnnnnnnnn.dll, or
one of its dependencies, was not found."

Although the exception says it can't find the assembly, the problem really
is that somewhere in this object, or one of it's children objects, is a
property that can't be serialized (googling will also show this to be the
case the exception message doesn't really match the problem).

Does anyone have any idea on how to track down this property?  The last
thing I want to do is start adding the [XmlIgnore] tag to everything until
it starts to work again. ;-)

I've checked the inner exception, hoping it would provide a property name,
but unfortunately it doesn't.   Any thoughts or suggestions?

Thanks,
Dave

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to