Update Documentation for MVC project

I'd like to ask the author of this fine project to take a few minutes and incorporate answers to the dozens of valid issues that have been posted here, and in comments to the project building instr...

Id #6689 | Release: None | Updated: May 11 at 8:39 PM by KenBool1982 | Created: Apr 30 at 4:38 PM by RajGuptaWa

Sequence contains no elements

var genreModel = storeDB.Genres.Include("Albums") .Single(g => g.Name == genre); return View(genreModel); I am getting error message 'Sequence contains no elements' What am I missing here?

Id #6688 | Release: None | Updated: Mar 31 at 2:28 AM by ouzy750867 | Created: Mar 31 at 2:28 AM by ouzy750867

Password requires symbol

When I try to register a new account the password field only gets validated if I insert a symbol in it, like ?¡ Where can I change this behaviour?

Id #6687 | Release: None | Updated: Mar 27 at 8:50 AM by jjcv2304 | Created: Mar 27 at 8:50 AM by jjcv2304

Bad jQuery reference

Layout view has a reference to jquery-1.4.4.min.js but the correct versión dsitributed with the solution is jquery-1.5.1, so users must change it.

Id #6686 | Release: None | Updated: Thu at 2:00 PM by bb482 | Created: Feb 28 at 9:25 PM by santypr

Error creating StoreManagerController class (VS 2012)

I get the following error when beginning step 2 of the tutorial (adding Store Manager Controller), "Unable to retrieve metadata for 'MvcMusicStore.Models.Album'. Using the same DbCompiledModel to c...

Id #6685 | Release: None | Updated: Dec 12, 2012 at 11:59 AM by wraybp | Created: Oct 15, 2012 at 7:43 PM by bholmes76

Unhandled exception

I got this error message:@ "Server error in '/' Application" on the part 5, during the Modifying a Scaffolded View It says: Unhandled exception occurred during the execution of the current web re...

Id #6684 | Release: None | Updated: Sep 11, 2012 at 6:52 PM by erick_az | Created: Sep 11, 2012 at 6:39 PM by erick_az

wrong version of jquery referenced in the completed sample

I just tried to do the MvcMusicStore sample and I tried to use a completed sample, which breaks when you try to add an album to a cart. Further investigation has shown that file "MvcMusicStore-v3.0...

Id #6683 | Release: None | Updated: Aug 26, 2012 at 3:55 PM by pgklada | Created: Aug 26, 2012 at 3:55 PM by pgklada

RegisterModel password validation should enforce minimum length of 7

By default the membership provider enforces a minimum length of 7 (minRequiredPasswordLength = 7) --8<--machine.config-- <membership> <providers> <add name="AspNetSqlMember...

Id #6682 | Release: None | Updated: Aug 8, 2012 at 4:48 PM by janv | Created: Aug 8, 2012 at 4:48 PM by janv

Tutorial 3.0b "not working" properly

1- There is no steps to copy Checkout controllers & views. (Pretty much everything about checkout is a mess) 2- Page 100-104 : The tutorial need the following StoreController modification to work...

Id #6681 | Release: None | Updated: Apr 29 at 4:15 PM by RajGuptaWa | Created: Jul 13, 2012 at 8:56 PM by Joselyr

Updating the Store Index to query the database

I updated my store index to query database from { var categories = new List<Category> { new Category { CategoryName = "Cameras"}, new Category { CategoryNam...

Id #6680 | Release: None | Updated: Jul 5, 2012 at 5:56 AM by princyfav | Created: Jul 5, 2012 at 5:56 AM by princyfav