Does anyone have any ideas what might be causing this error?
System.NotSupportedException occurred
HResult=-2146233067
Message=CultureInfoConverter cannot convert from (null).
Source=System
StackTrace:
at System.ComponentModel.TypeConverter.GetConvertFromException(Object value)
InnerException:
My code looks like this:
System.NotSupportedException occurred
HResult=-2146233067
Message=CultureInfoConverter cannot convert from (null).
Source=System
StackTrace:
at System.ComponentModel.TypeConverter.GetConvertFromException(Object value)
InnerException:
var m =
new
MemoryStream();
this
.gridContent.SaveLayout(m);