Posted: 6/27/2010
I am trying to use the enterprise library for Data access but it is not working. I downloaded the libraries and added a reference to Microsoft.Practices.EnterpriseLibrary.Data.dll and also added the following statements.
using Microsoft.Practices.EnterpriseLibrary.Common; using Microsoft.Practices.EnterpriseLibrary.Data;
Database db = new Microsoft.Practices.EnterpriseLibrary.Data.Database();
Cannot create an instance of the abstract class or interface Microsoft.Practices.EnterpriseLibrary.Data.Database
Posted: 6/29/2010
Can you check the following article: http://msdn.microsoft.com/en-us/magazine/cc188705.aspx - and see if it will help you...