Unanswered Xsd.exe class generation for Metro style apps

  • lunes, 16 de abril de 2012 21:18
     
     

    We are attempting to generate C# classes using xsd.exe and some xml schemas.  The code generated does not compile for Metro style applications, because of the [SerializableAttribute] which is not available in .NET for Metro apps.  Is there/will there be a Metro compatible version of xsd.exe or some other tool to generate code from schemas?  Is it safe to simply remove the [SerializableAttribute] from the generated code and use that in a Metro style app?

Todas las respuestas