无法在网络方法中读取内存

Unable to read memory in web method

我在我的应用程序中遇到了这个错误。我有一个从 javascript.

调用的网络方法

我在 visual studio 检查器中遇到的错误:

方法签名:

我发帖的JSON方法:

这对我来说是一个非常晦涩的信息。接下来我该做什么?

答案很简单。我不小心将构建配置设置为发布而不是调试,这导致了此行为。

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