исключение в EF
От: -rsdn- Беларусь http://dsalodki.wix.com/resume
Дата: 09.10.17 08:41
Оценка:
The expression cannot be evaluated. A common cause of this error is attempting to pass a lambda into a delegate.
                    using (var serviceEntities = new ServiceEntities())
                    {
                        currentCity =
                            serviceEntities.Cities.FirstOrDefault(x => x.IdCity == /*currentContract2Device.IdCity*/77949);
                    }
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.