EDN Admin
Well-known member
Hi there,
I have an issue trying to generate the C# class from XSD files. When I run these file on VS 2008 command line i dont have issues in generating the file. but when i try to generate on 2003 command line I get this error.
H:>xsd /c /l:CS c:BW17XSD_17OCISchemaALL.xsd /o:c:BW17<br/>
Microsoft (R) Xml Schemas/DataTypes support utility<br/>
[Microsoft (R) .NET Framework, Version 1.1.4322.573]<br/>
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Error: Could not find file "OCISchemaBASE.xsd".
If you would like more help, please type "xsd /?".
Not sure why? although the file is present in the current folder. Any light on this is really appreciated.
Thanks in advance
spathy
View the full article
I have an issue trying to generate the C# class from XSD files. When I run these file on VS 2008 command line i dont have issues in generating the file. but when i try to generate on 2003 command line I get this error.
H:>xsd /c /l:CS c:BW17XSD_17OCISchemaALL.xsd /o:c:BW17<br/>
Microsoft (R) Xml Schemas/DataTypes support utility<br/>
[Microsoft (R) .NET Framework, Version 1.1.4322.573]<br/>
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Error: Could not find file "OCISchemaBASE.xsd".
If you would like more help, please type "xsd /?".
Not sure why? although the file is present in the current folder. Any light on this is really appreciated.
Thanks in advance
spathy
View the full article