Building XmlSampleGenerator code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

While building XmlSampleGenerator code from MSDN, I get missing XmlSchemaSet
reference. Here is the screen dump, if needed.

C:\Documents and Settings\Dr Sarang\My Documents\MSDN\XML Sample
Generator>build

Could Not Find C:\Documents and Settings\Dr Sarang\My Documents\MSDN\XML
Sample
Generator\XmlSampleGenerator.dll
Could Not Find C:\Documents and Settings\Dr Sarang\My Documents\MSDN\XML
Sample
Generator\XmlSampleGenerator.pdb
Now Building XmlSampleGenerator
XmlSampleGenerator.cs(33,17): error CS0246: The type or namespace name
'XmlSchemaSet' could not be found (are you missing a using directive
or
an assembly reference?)
XmlSampleGenerator.cs(101,35): error CS0246: The type or namespace name
'XmlSchemaSet' could not be found (are you missing a using directive
or
an assembly reference?)
Now Building XmlGen.exe command line utility
Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

error CS0006: Metadata file 'XmlSampleGenerator.dll' could not be found
 
DrSarang,

With this information of you than probably nobody can say more than that
Metadata file 'XmlSampleGenerator.dll' could not be found and you probably
should set a reference to that.

Cor
 
If you read the dump carefully, you will realize that XmlSampleGenerator.dll
itself is not created in the batch process.
 
If you read the dump carefully, you will realize that
XmlSampleGenerator.dll
itself is not created in the batch process.
Where I see it cannot be found

Cor
 
Back
Top