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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top