I am developing a web service in C# in Visual Studio 2005. I am trying to
use the Enterprise Library for data. But it will not recognise
DBCommandWrappe r. I have added all the relevant references to the EL
Configuration, Data Access, etc and I have this at the top:
using Microsoft.Pract ices.Enterprise Library.Common;
using Microsoft.Pract ices.Enterprise Library.Configu ration;
using Microsoft.Pract ices.Enterprise Library.Data;
using Microsoft.Pract ices.Enterprise Library.Data.Sq l;
using Microsoft.Pract ices.Enterprise Library.Data.Co nfiguration;
It gives this error message at DBCommandWrappe r:
The type or namespace name 'DBCommandWrapp er' could not be found (are you
missing a using directive or an assembly reference?)
Can you tell me what I have missed, please?
Thanks,
Helen
use the Enterprise Library for data. But it will not recognise
DBCommandWrappe r. I have added all the relevant references to the EL
Configuration, Data Access, etc and I have this at the top:
using Microsoft.Pract ices.Enterprise Library.Common;
using Microsoft.Pract ices.Enterprise Library.Configu ration;
using Microsoft.Pract ices.Enterprise Library.Data;
using Microsoft.Pract ices.Enterprise Library.Data.Sq l;
using Microsoft.Pract ices.Enterprise Library.Data.Co nfiguration;
It gives this error message at DBCommandWrappe r:
The type or namespace name 'DBCommandWrapp er' could not be found (are you
missing a using directive or an assembly reference?)
Can you tell me what I have missed, please?
Thanks,
Helen
Comment