NET Compact Framework Component Serializer?

The Compact Framework does not support the CodeDomSerializer class, so therefore your code is not working. What are you trying to achieve with the custom CodeDomSerializer?

I am trying to use CodeDomSerializer class for . NET Compact Framework component designer. My component contains multiple image lists.

When you add a component to . NET Compact Framework form, it gives an option to select image list. I want to change the default code serialization on form for an image list.Do you think it is possible in .

NET Compact Framework? – rxm0203 Jun 5 '09 at 19:56.

I found out that there is so many differences between CF and WF designers, that it is impossible to save the same form on both designers. Most funny thing is, that if a form is not opened using a platform designer, it can be build anyway. So I have 2 projects,one for win, one for CE, default project is win and forms are designed using CE designer.

Strange, but it works...

As I know Compact Framework doesn't support CodeDomSerializer, there even no appropriate Type or library. How can I treat Visual Studio designer and make it use my custom CodeDomSerializer?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions