Problem in Chapter 14
Hiya,
I have been having an issue with Chapter 14 where when I try to do the Try it Outs with the Photo Album I am getting the following error:
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_Picture_PhotoAlbum". The conflict occurred in database "C:\USERS\IANWINDOWS7\DOCUMENTS\FINAL YEAR PROJECT\TRAINING MATERIAL\BEGINNING ASP.NET AND C# 4.0\SITE\APP_DATA\PLANETWROX.MDF", table "dbo.PhotoAlbum", column 'Id'.
The statement has been terminated.
I have managed to successfully load the source files, and they work, and the database this is referencing is the one provided in the source files. Can anyone offer a solution?
I am also using the source code files for the ManagePhotoAlbum.aspx page as well.
|