Duplicate: Omitting all xml namespaces when serializing an object? Not the same.. I want in the other way: Deserialize!
I
You could read the file in as text, remove the offending namespace text, then deserialize it.
You may need to write the "good" text back into a [memory/string/etc] stream so that the XmlSerializer's Deserialize can be called.