This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I have done something silly: My ModelUnitOfWork has changed from being derived from What have I done? |
|
|
Added a reference to System.Data.Services. |
|
|
Yep I did that. I wanted a little html page the user could bring up to help them diagnose their database connection problems. Basically a service call that returns html. Should I be concerned about this change? |
|
|
No. DataServiceUnitOfWork adds no additional weight -- no additional state and no additional initialisation costs -- it just adds an implementation of IUpdatable, and even this is an explicit implementation so it won't clutter up your Intellisense. |
|
|
Thanks Ivan |
|