I\'m running into problems serializing lots of objects in .NET. The object graph is pretty big with some of the new data sets being used, so I\'m getting:
Sy
Dude, you have reached the end of .net!
I haven't hit this limit, but here are a few pointers:
use [XmlIgnore] to skip some of the objects - maybe you don't need to serialize everything
you could use the serializer manually (i.e. not with attributes, but by implementing Serialize() ) and partition the models into more files.