Chapter 10, Try It Out pp375-378, C# - Not Working
I finally did get this to work by looking at the files in the End\Chapter10\NewsUserControl\ folder, but it wasn't easy.
There's another thing to watch out for: in Web.Config, the connection string has a hard-coded path to the database file. If you didn't place the files on your hard drive in the exact same location that the book's author placed them, you will have to edit the connection string to point to your database's location.
This should probably be mentioned in step 6.
|