StackOverFlowException when generating C# code from xsd using xsd.exe (VS2010)
        Posted  
        
            by Staffan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Staffan
        
        
        
        Published on 2010-05-12T10:42:13Z
        Indexed on 
            2010/05/12
            10:54 UTC
        
        
        Read the original article
        Hit count: 539
        
Hello,
I am trying to generate C# code from an XML schema with xsd.exe with Visual Studio RC1 (version 10.0.30128.1) but get the follwoing error:
C:\Development>xsd CR2008Schema.xsd /classes Microsoft (R) Xml Schemas/DataTypes support utility [Microsoft (R) .NET Framework, Version 4.0.30128.1] Copyright (C) Microsoft Corporation. All rights reser
Process is terminated due to StackOverflowException.
The xsd is http://www.businessobjects.com/products/xml/CR2008Schema.xsd
Any help appreciated.
Thanks,
Staffan
© Stack Overflow or respective owner