BinaryFormatter.Deserialize not finding a type of a Plugin
Posted by: Rick Strahls WebLog,
on 17 Mar 2007 |
View original
I'm working on a plug in for LiveWriter that does screen captures with SnagIt and embeds the content directly into the post. Works great, but now I'm to the point that I want to set up some configuration options and serialize them. I use a few simplified serialization functions in my utility library that make serialization a one line method call and usually this works great.
Here's what the Serialization code to the registry looks like:
/// <summary>/// Saves the current settings of this object...