MTSkull
Centurion
I am having a bit of a problem and I do not know if it is my inexperiance with .net or something else.
I have a project reference to system.data
if I type in a form in the project
"Dim dsProducts As New DataSet"
I get an error that it can not find DATASET but if I type...
"Dim dsProducts As New System.Data.DataSet"
It is happy with this. How do I expose the refernces so I do not have to type the full reference name like several examples I have. This is true for all references no matter what they point to. (ie messagebox())
Thanks
Brian
I have a project reference to system.data
if I type in a form in the project
"Dim dsProducts As New DataSet"
I get an error that it can not find DATASET but if I type...
"Dim dsProducts As New System.Data.DataSet"
It is happy with this. How do I expose the refernces so I do not have to type the full reference name like several examples I have. This is true for all references no matter what they point to. (ie messagebox())
Thanks
Brian