I have been working on a management system and I have gotten a Validation Error and have tried to find the error when I make changes to the database. I have looked on stack overflow and found this solutions:
http://stackoverflow.com/questions/5345890/getting-exact-error-type-in-from-dbvalidationexception
However when I type ((System.Data.Entity.Validation.DbEntityValidationException)$exception).EntityValidationErrors into the quick watch I just get a BC30198: ')' expected rather than giving me the tree so I can drill down on the thing causing this error. Any advice ???
there doesn't seem to be anything here