Hello, I'm following the tutorial of MVCMUsicStore at http://mvcmusicstore.codeplex.com/
and the PDF tutorial that I'm following can be downloaded at http://mvcmusicstore.codeplex.com/releases/view/44445#DownloadId=121650
I'm stuck at the page 53 "Creating the Edit View" (navigate to that page using the adobe reader page input)
I have created the StoreManagerViewModel class in ViewModels folder.
I right clicked the 'edit' method of the StoreManagerController class > Add > View
The 'view data class' suggestion does not suggest the StoreManagerViewModel
I have 3 classes in the ViewModels folder, but it only shows the other two.
Why is that StoreManagerViewModel is not suggested ?
Thanks