I have a MVC3 project that is referencing a WCF web service....and that WCF service references a data class library.
When I try to scaffold a controller, I have the option to select a Model class from a drop-down.
I would expect to see the data classes that are defined in my data class library, but they're are none there. I'm puzzled by this. I thought that because the MVC project is referencing a WCF service that is referencing the data class library that the classes would be available to choose from.
Am I missing something?