hi all
when i compiled a class it gives the following error.
c:\inetpub\wwwroot\shoppingcart2appVB\CART.
VB(6) : error BC30466: Namespace or t
ype 'Serialization' for the Imports 'System.Xml.Serialization' cannot be found.
Imports System.Xml.Serialization
~~~~~~~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\shoppingcart2appVB\CART.
VB(16) : error BC30009: Reference req
uired to assembly 'System.Xml' containing the implemented interface 'System.Xml.
Serialization.IXmlSerializable'. Add one to your project.
Dim products As New DataSet
~~~~~~~
c:\inetpub\wwwroot\shoppingcart2appVB\CART.
VB(25) : error BC30009: Reference req
uired to assembly 'System.Xml' containing the implemented interface 'System.Xml.
Serialization.IXmlSerializable'. Add one to your project.
Dim product As New DataSet
~~~~~~~
c:\inetpub\wwwroot\shoppingcart2appVB\CART.
VB(35) : error BC30009: Reference req
uired to assembly 'System.Xml' containing the implemented interface 'System.Xml.
Serialization.IXmlSerializable'. Add one to your project.
Dim specification As New DataSet
~~~~~~~
how can i rectify it?
thanks