Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to read memory in web method

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?

like image 394
transporter_room_3 Avatar asked Jan 07 '23 08:01

transporter_room_3


1 Answers

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?

like image 123
transporter_room_3 Avatar answered Jan 08 '23 20:01

transporter_room_3