5

I'm getting this error in my application. I have a web method that I am calling from javascript.

The error I'm getting in the visual studio inspector: enter image description here

The method signature: enter image description here

The JSON I'm posting to the method: enter image description here

It's a very obscure message to me. What do I do next?

transporter_room_3
  • 2,583
  • 4
  • 33
  • 51

1 Answers1

10

The answer is simple. I accidentally set the build configuration to release instead of debug which caused this behavior.

What is the difference between Debug and Release in Visual Studio?

Community
  • 1
  • 1
transporter_room_3
  • 2,583
  • 4
  • 33
  • 51