79139771

Date: 2024-10-30 05:44:26
Score: 0.5
Natty:
Report link

StackOverflow, bad enum value, self referencing properties. All great possible triggers for this error but how to find WHERE!

First of all forget IISExpress - that's just the 'messenger'.

I disabled IISExpress and ran my code in the console. Fortunately this gave me the extra message that wasn't appearing in Visual Studio when using iisexpress.

And for me it was a clumsy Stackoverflow (I added an overload recently but it called itself instead of the other method).

enter image description here

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Blacklisted phrase (1): Stackoverflow
  • No code block (0.5):
  • High reputation (-2):
Posted by: Simon_Weaver