A
AAJ
Hi all
I have the following that looks at a XSD Table adapter
JobDescription.VWJobDescriptionMinEducationDataTable m_MinQuals;
but for compactness I would like to reference it as
Using JobDescription;
VWJobDescriptionMinEducationDataTable m_MinQuals;
but the 'using' part generates 'Error 1 A using namespace directive can only
be applied to namespaces; 'JobDescription' is a type not a namespace
E:\Inetpub\wwwroot\...' when I build the project
can anyone help
Andy
I have the following that looks at a XSD Table adapter
JobDescription.VWJobDescriptionMinEducationDataTable m_MinQuals;
but for compactness I would like to reference it as
Using JobDescription;
VWJobDescriptionMinEducationDataTable m_MinQuals;
but the 'using' part generates 'Error 1 A using namespace directive can only
be applied to namespaces; 'JobDescription' is a type not a namespace
E:\Inetpub\wwwroot\...' when I build the project
can anyone help
Andy