Hi, I'm having problems with Saving/Loading layouts.
I'm saving automatically the layout of all my tables to XML files, with "SaveLayout" method, I don't do anything additional.
When the application starts, all that XML files saved, are loaded with "LoadLayout" method. I don't know why, but in some cases, I'm getting this error on LoadLayout:
NotSupportedException ocurred.
Exception thrown: 'System.NotSupportedException' in System.dll
Additional information: CultureInfoConverter cannot convert from (null).
I've tried to reduce the structure of the table doing it simpler, (decreasing the number of columns, and removing hierarchy), but I'm getting the same error.
Thanks in advance.