I'm writing an 32 bit IE BHO in C++ and wanted to debug it on a Windows 8 64 bitI started IE and then attached to it's running processWhen I place a breakpoint in my code Visual Studio crashes (presumabely when it had hit the brakpoint)Following what I read in the reported issue "Visual Studio 2012 crashes immediately when trying to start or attach to our own native x32 app" I enabled 'native edit-n-continue' and it DID solve the problem, however, the crash itself was supposedly fixed with Update 1Also, I don't believe that my code has binary version information (how can I tell ?) so maybe the problem is with IE version resources ?
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results