-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot code along easily with the lecture #2
Comments
Dear PostalMike,
` the relationships on the models had not been created properly by visual studio so they created it on the controller operation . if i missed somthin let me know Michael. |
Update -- I downloaded the code from Git Hub as opposed to trying to create it myself as I followed along. Doing so and directly opening the .sln files from the downloaded code, brings up VS 2015, not our current version, VS 2013. This now makes the code I'm viewing during the lectures exactly the same. There were differences while viewing along with 2013.
This is partly a learning curve scenario for me with MVC.
At some point I got an error trying to follow along with the lectures, creating the code myself and ended up using the Package Console to install EF 6.1.3. VERY bad idea. Then I got other error messages explaining what happened (EF 6.1.3 not compatible, basically) and trying to fix it created other problems.
End result was ... I just deleted all the solutions I had up to the middle of the 3rd lecture, The Power of Visual Studio.
It would be a lot to ask for a PPT deck showing what to add where to do the code on my own. But if I had this I could get close to where I'm at now. Jon Galloway just put in the code for either Artists or Albums at time index 25:39, something like that and I'm left holding the bag. :)
Other than that, great video and I love it. The upside is, re-creating everything will be great practice. Again, if there could also be a PPT display saying "Here's what you do to create the code for Module 2, here's Module 3, etc." this would be great. As if you're work isn't detailed enough already, right? :)
Thanks.
The text was updated successfully, but these errors were encountered: