I am trying to generate C # code from an XML schema using xsd.exe with Visual Studio RC1 (version 10.0.30128.1), but getting the following error:
C: \ Development> xsd CR2008Schema.xsd / classes Microsoft (R) Xml Schemas / DataTypes Support [Microsoft (R) .NET Framework, version 4.0.30128.1] Copyright (C) Microsoft Corporation. All rights reserved
The process terminates due to a StackOverflowException.
xsd http://www.businessobjects.com/products/xml/CR2008Schema.xsd
Any help was appreciated.
Thank,
Staffan
source
share