I have an attempt at a type converter. I have it all hooked up and it is getting called. When I step through it, there are no errors, but when I type text into the property, I get a "Property is invalid" message with details something like:
Cannot Convert object of type 'TopMostNode' to type 'TopMostNode'
Huh? What could be causing this? On StackOverflow somebody suggested that I have two versions of the same assembly loaded, but I have no idea how to figure this out. The references say that it is using the same assembly (just the debug version). And since I haven't changed the version info on the assembly since I started messing with this, not sure how it would know that it was a "different" assembly. Any ideas?