I am having a problem with some of the .net controls that I created that I want to use in Internet Explorer while Protected Mode is on. I get all kinds of security tips related to csc.exe that try to dynamically generate serialized types. In any case, my question is, is there a .NET library there that would allow me to serialize objects without running this csc.exe executable?
thank
source
share