I have an application that is designed as a class library (a .dll) that is called by a WinForms app. The class library is trying to do data access using the Microsoft Data Access Application Block (which I really love, BTW).
Anyway, I was getting 'The requested database xyz is not defined in configuration' when I attempted data access. Grrr