Managed Compatibility Issue

AVR 17.0 users who create a Web Page option will, by default, see an error message from Visual Studio pop up concerning the expression evaluator. This message is a result of changes to the Web Page debugger included in Visual Studio 2022 (they will not occur in Windows projects.

To prevent this message from appearing users should ensure that Visual Studio's "Use Managed Compatibility Mode" Option is enabled (Options - Debugging - Use Managed Compatibility Mode).

This can also be set at the registry level by setting the value:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\17.0Exp\Debugger\ManagedDebugEngineCompatibilityMode_Normal

To "1".

For more information on this topic visit the official MSDN article at this address: http://blogs.msdn.com/b/visualstudioalm/archive/2013/10/16/switching-to-managed-compatibility-mode-in-visual-studio-2013.aspx.