I am seeing a weird software crash this morning. It happens when I attach VS2005 to debug a program running in .NET 1.1. Everything works find until I try to expand the struct’s value using VS2005’s “watch”, the program being debugged would exit without warning and VS2005 would return to the normal non-debug mode.
The struct itself works fine in relation to the entire program, I just can’t expand its values in VS2005. This shouldn’t be a generic VS2005 problem with structs, so I suspect it’s a combination of VS2005 with .NET 1.1 structs.