Integer Settings changed after improper shutdown.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kushal49
    New Member
    • Feb 2008
    • 10

    Integer Settings changed after improper shutdown.

    Hi,

    I am working on one windows application, after power failure system shut down.
    Amazingly interger values change to show some different values looks like hexadecimal.

    For ex. int i=2; When I am debugging value of i looks like 0x00000000
    0x00000018.

    Please suggest solution for this.... Do I need to re-install .Net framework?

    Thanks in advance.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    In a debug state, right-click on your watch window and uncheck the "Hexadecima l Display" menu item.

    Comment

    • kushal49
      New Member
      • Feb 2008
      • 10

      #3
      Thanks my problem is solved.

      Comment

      Working...