1

I have an ASP.NET application which is hosted in IIS and for debugging, we Attach To Process and debug. Since yesterday, I am getting an error as

w3wp.exe has triggered a breakpoint. error message

Also, we see the error "Frame not in module"

error message

Is it because our application is throwing an error? Per our investigation No. Also, we tried creating a Sample ASP.NET application and the error is still the same error.

Has there been any windows update? We do not have complete access to security and updates but after a quick check using powershell we did not find anything recently updated.

What we have tried?

  • We have looked into a similar issue Frame not in module and tried the solution of checking the "Common Language Runtime Exceptions" box in Exception Settings but that did not help!
  • We have tried resetting visual studio setting. Tools - Import and Export Settings - reset all setting
  • We have tried enabling/disabling Just my code (Tools - options - Debugging)
  • We have tried enabling/disabling Use manage compatibility mode (Tools - options - Debugging)
  • Installed visual studio 2022 but that also does not work and throw error like "Unable to attach to the process. Operation not supported" error message
ugexe
  • 5,297
  • 1
  • 28
  • 49
  • It’s just the typical IIS crash causing by something else. Experienced developers can read the disassembled instructions and see what’s up, but you might not be familiar with that. Install Debug Diagnostic Tool from Microsoft and use crash rules if you like. That tool can capture/analyze typical dumps for you – Lex Li Mar 15 '23 at 14:00
  • About how to fix Frame not in module, helpful support cases are really rare. May you can try [this](https://forum.juce.com/t/solved-visual-studio-2019-frame-not-in-module-debug-error/42564). Since create new test project and reset VS settings the same problem still occurs. Probably something in your development environment is causing this error. Analyzing the dump file using the analysis tools mentioned by the community member is the best advice. – TengFeiXie Mar 16 '23 at 09:40

0 Answers0