D
David C. Allen
I am following thru the examples in the book I am studying for my MCSD. This
is the web applications book.
One example is to use the data form wizard to create a simple data form on
the northwind customers table.When I try to run the code after the wizard
has generated the form I get several compile errors like this:
D:\Projects\DOTNET\MCSD\70-305\305C05\dsCustOrders.vb(86): Reference
required to assembly 'System.Xml' containing the implemented interface
'System.Xml.Serialization.IXmlSerializable'. Add one to your project.
When I looked at the generated code there is a
Imports System.Xml
already.
Anyone know what this error means?
Thanks!
is the web applications book.
One example is to use the data form wizard to create a simple data form on
the northwind customers table.When I try to run the code after the wizard
has generated the form I get several compile errors like this:
D:\Projects\DOTNET\MCSD\70-305\305C05\dsCustOrders.vb(86): Reference
required to assembly 'System.Xml' containing the implemented interface
'System.Xml.Serialization.IXmlSerializable'. Add one to your project.
When I looked at the generated code there is a
Imports System.Xml
already.
Anyone know what this error means?
Thanks!