It seems that .NET CF is missing the very useful Reflection.Emit. So far, I found this library as an alternative: http://www.codeplex.com/EmitCF.
However it seems to be an abandoned early version, so I'm looking for more options.
Does anyone know of another alternative to Emit? Or perhaps someone used EmitCF and can comment on its status?
BTW, the bigger picture: I'm trying to get Emit for the CF, so that I can get http://dynamic.codeplex.com to work under the CF, so I can optimize the serialization code I'm using (http://www.codeproject.com/KB/XML/GR%5FCustomXmlSerializer.aspx)