DateTime values not displayed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have encountered the following problem with DOT.NET 2003 development
environment. Sometimes while debugging, we the environment does not display
the values of DateTime variables and fields. Instead of the values, the
environment displays the wording "{System.DateTime}", and instead of the
properties of DateTime variables, the environment displays "error: cannot
obtain value".

We have copied the screens that display these messages and can send them by
email on request.

This is quite annoying not to see the date values while debugging. We would
appreciate any help.
 
Hi Shai,

Are you referring to the values displayed in the Watch window?

What happens when you add a watch to the ToString of the date time variable?

Regards,
Rakesh Rajan
 
Back
Top