Question about using ServiceModelEx's "WCFLogbook" from "Programming WCF Services" book

Posted by Bill on Stack Overflow See other posts from Stack Overflow or by Bill
Published on 2010-06-15T17:27:21Z Indexed on 2010/06/15 17:32 UTC
Read the original article Hit count: 825

Filed under:
|
|

I am attempting to compile/run a sample WCF application from Juval Lowy's website (author of Programming WCF Services & founder of IDesign). Of course the example application utilizes Juval's ServiceModelEx library and logs faults/errors to a "WCFLogbook" database. Unfortunately, when the sample app faults, I get the following new error:

"Cannot open database "WCFLogbook" requested by the login. The login failed. Login failed for user 'Bill-PC\Bill'."

I suspect the error occurs as a result of not finding the "WCFLogbook" database, which I believe still needs to be created. Included in the library source directory, there are two files -WCFLogbookDataSet.xsd and WCFLogbook.sql; which neither seem to be referenced anywhere within the library code. This leads me to beleive that the sql and xsd files are there to be used to create the database somehow in SQL. Could someone please advise me if I am going in the correct direction here and if whether these files can be used to create the database (and if so, how)?

© Stack Overflow or respective owner

Related posts about sql

Related posts about wcf