Hi,
I maintain a VS2010 add-on which is a custom project type with associated debugger. The add-on also also mostly works on VS2012, except that in testing a number of things fail unexpectedly.
In particular, using a memory view window caused VS2012 to exit immediately, and running it under a debugger shows:
The program '[7900] devenv.exe: Managed (v4.0.30319)' has exited with code -1073740777 (0xc0000417).
Error 0xc0000417 is "STATUS_INVALID_CRUNTIME_PARAMETER"
I do not appear to be able to catch this as an exception in VS2010/12.
Following the code, the crash happens after the decoding of the symbol typed into the memory window, and the return of the associated memory data requested.
Does anyone have any idea what might be happening?
Thanks,
Simon.