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.
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.
Comment