Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO.net in a visual basic script - dataset problem 1

Status
Not open for further replies.

carlpain

Programmer
Jul 27, 2006
1
GB
I have connected to a database and now i require a dataset to be polulated using the dataAdapter.Fill function. However when i try to create a dataset using
Dim dset As DataSet
i recieve the following error:

Reference required to assembly 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the implemented interface 'System.Xml.Serialization.IXmlSerializable'. Add one to your project.

I currently have the following imports:

Imports System.Xml
Imports System.Xml.Serialization.IXmlSerializable
Imports System
Imports System.Data
Imports System.Math
Imports Microsoft.SqlServer.Dts.Runtime

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top