Building XmlSampleGenerator code

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
 
C

Cor Ligthert

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
 
G

Guest

If you read the dump carefully, you will realize that XmlSampleGenerator.dll
itself is not created in the batch process.
 
C

Cor Ligthert

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top