I'm trying to serialize some stuff for DNA. When I try, I get the following exception:
Request for the permission of type System.Security.Permissions.SecurityPermission, mscorlib, Version=1.0.3300.0 ... ... ...
What's that mean Do I need to grant the permission somehow

Serialization permissions
Gerard van de Ven
Have you actually implemented what your thinking of If you're thinking about an object derived from System.MarshalByRefObject (such as MemoryStream), it won't work. It requires special permission. :o(
Robert Cotran
levous
It appears the ecosystem enforces "Imperative Code Access Security" on our organism DLLs. There are some things we are not allowed to do. It makes sense of course, to prevent cheating. It makes sense of course, to prevent hacking of my PC by one of the terrarium critters.
I just wish there was a list somewhere. So I'll start one.
The following features are prohibited in the terrarium ecosystem:
Reflection
Serialization
Disk Access
Registry Access
Anyone else care to add any
sunbar07
William Fontinele Franca
BobHSC
Ness22
Static members are banned too. But I imagine we all learned that one quick!
Now Justin wants me to pass a small canvas with my antennae...
Ben Chess