Hi,
When i load an object model, there where some exceptions like "The property X couldn't be found". It would be much more helpful when you see the location of the Variable (like: My.Namespace.MyClass.X).
Same for a NullReferenceException which is raised when i try to save. The message i got is something like: "The value must not be NULL. parameter name: key"
I think some value inside of the program which has to be saved is null. But with this message i have no idea where to start searching.
No files are attached