I use Visual Studio 2017 (15.6.6). When debugging, I try to evaluate simple expressions like int a = 2;
in the immediate window. An error
Internal error in the C# compiler
is thrown.
I tried to enable Use Managed Compatibility Mode
as hinted at in this question but it didn't help.
Thanks for any help.