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
|
Lightspeed says => Could not find field [Active] on model [Watcher] There is no such field on entity Watcher (and I am also not using it). This is a large query which apparently is not accurately parsed by Lightspeed. I am using a field named active, but on three other tables. I am expecting zero rows as there is no data in table BenchmarkDatas. Have converted it into a working SQL statement and am using it through a databaseprocedure now. S*cks ;-) I know the query below is not easy to reproduce, but an error that reports fields on wrong entities might be a start. var query = from w in uow.Watchers
|
|
|
I believe I have reproduced this here with a local model and have added in a fix for the issue which will be available in the next nightly build. Let me know if this covers the issue you are seeing once you have had a chance to grab an updated nightly.
|
|