AcmeLibrary not appearing in View data class window (p.776)
I'm going through the Acme book library tutorial and chose to use a sql server 2008 database (as I do not have the express edition installed on this pc). I followed the steps outlined, created an identical table, set up a connection, and now have a data model based off of the "Book" table. However, now the "AcmeLibrary.Models.Book" choice does not appear in the "view data class" drop down box when trying to create a new view for this data.
Does this have anything to do with the fact that I chose to use SQL Server 2008 R2 instead of express edition, or is this a code thing?
|