Intellisense is driving me crazy!
When I am typing in your code on page 522, I try to type in PhotoAlbum myPhotoAlbum and so soon as I finish typing PhotoAlbum intellisense changes what I typed to _NewPhotoAlbums, and I can't make it stop doing that. I go back and try to re-type PhotoAlbum and again intellisense over writes what I put in and puts in _NewPhotoAlbums for me. This is very frustrating what is going on here? Can I run SQL Server 2008 and SQL Server 2012 side by side on the same PC without messing things up for VS2010, VS2012 or SQL Server 2008 as well as SQL Server 2012?
Also seeing as how I can't do the database diagrams and I have to use your .edmx file and database diagrams in order to complete the assignments, I get the following compile warnings using your version of the code:
Warning 1 Unable to update auto-refresh reference 'entityframework.dll'. Cannot find assembly 'C:\Users\Imar\Documents\Visual Studio 2012\Projects\Site\packages\EntityFramework.5.0.0\ lib\net45\EntityFramework.dll'. C:\BegASPNET\Chapter 14\Bin\entityframework.dll.refresh C:\BegASPNET\Chapter 14\
Last edited by vbboyd; April 21st, 2013 at 12:45 AM..
Reason: Addition question
|