My web-api returns an User Object. In that object there is a DateTime property. When i\'am reading it in my Application i get an error because the
web-api
DateTime
Could it be that the DateTime is actually coming back as a "nullable", like "DateTime?" (with the question mark)?
Because then, it could be NULL, as and ".HasValue == false".
Only guessing here... :-)