Hi, I cleaned up some of my code that I had been working on before integrating it into my main application.
All of a sudden and out of the blue, an error started popping up before the first line in the project source was executed. It was generated in the System.InitUnits method. The exception reads:
Cannot seralize values of type pointer
I have traced all the way throgh the NG.Serialization unit, the call stack mentions one of my classes:-
uZzyGridDragDrop.{NG.Serialization}TMetadata.TTemplateEntry.Data<uZzyGridDragDrop.TZzyContactViewRecords,NG.Serialization.TMetadata.TTemplateEntry.TRead>.Create@
Firstly, although all class instances are really pointers there are no Pointer variables in my project. I have changes this class time and again but I cannot avoid the exception.
Can you please help. I am out of time.
Thanks,
Robert.
Comments