Is it just me or is there no reference to creating the AccountsConfiguration class library? I've worked through this chapter through the Accounts.Business library up to the presentation layer but when I attempt to complie I get the error
Code:
C:\Inetpub\wwwroot\AccountsBusiness\User.cs(11): The type or namespace name 'Configuration' could not be found (are you missing a using directive or an assembly reference?)
I've gone back through the chapter and found the reference to the "ModuleConfig" class but no mention of creating a class library or any other project for this class. Its kind of a 'just so you know' reference 'not that you should create it now or anything'.
This book although great in its teaching absolutely sucks. I dont consider myself someone who has to have their hand held through everything but it should at least let me know when I should create things and when they're just referencing something. It would save me literally hours of comparing what Im coding to whats in the code samples. Does anybody know where I can find the section that tells me to CREATE the Configuration Library?