Installing Microsoft Enterprise Libraries and DatabaseFactory
问题 I'm attempting to use the DatabaseFactory method from the Microsoft Enterprise Library. using Microsoft.Practices.EnterpriseLibrary.Data; The error I get is: The type or namespace 'Practices' does not exist in the namespace Microsoft I tried going to Microsoft's site to install the Enterprise Library, worked through the installation process and it still doesn't work. Did I install it to the wrong location? Any ideas? Edit: I followed Kev's directions and got everything working. Thanks for