I have a set of objects in db4o format in a .dat file. The objects in that file are OldNamespace.MyObject, OldAssemblyName.
The problem is I've since renamed the namespace and assembly to something more permanent. Short of renaming the assembly and namespace (which is what I'm doing), is there a way of opening the objects into the new assembly/namespace names?
Or am I stuck forever with "MyTest3" for the assembly name and namespace?!
I found the answer faster than I thought I would, in the wiki documentation.
This is the temporary way of doing it:
The more permanent way (it's messy code but it's for a temp fix):
As you can see 'ILists' need updating. Make sure when you save you do it to a new file, otherwise you will get both types in the output file.