You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type specified in JSON 'System.Reflection.RuntimeMethodInfo, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' is not compatible with 'System.IntPtr, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Path 'SaveProfileAction.Method.$type', line 1, position 177.
Now my question is: can the problem be made by calling the Get from an instance of my service different from the instance that do the Add? In the mock example I make all this step in only one shot.
Hi all,
I've a problem when trying to retreive some data from barrel. In this code
I get the error
I've saved a profile before read with
In my Profile class I've
What I understand from the error is that he try to retreive the SaveActionProfile property in the json string but he can't do that. Any idea?
Sorry for my poor English.
The text was updated successfully, but these errors were encountered: