I use ActiveX (v.

The following code worked fine in the evaluation version, but in the PRO version I receive the error message while assignind the DataSource.
Dim StrCom As String = "SELECT * FROM tblYearVolumes"
daVolumes = New OleDbDataAdapter(StrCom, TestConn)
daVolumes.Fill(MasterDataSet, "tblYearVolumes")
tbl = MasterDataSet.Tables("tblYearVolumes")
Me.GraphCoded.Series(0).DataSource = tbl
Could you help me?
Thanks in advance.
Nina.