次のコードは動作します:「Newtonsoft.Json.Linq.JToken get_Item(可能System.String)」メソッドを認識しない方法、
string data = Encoding.UTF8.GetString(eventData.GetBytes());
JObject o = JObject.Parse(data);
var disp = db.Dispositivos
.Where(p => p.ClaveDispositivo == "UM5WOkRIFtS9dWbM5f1YM/ncpdrpSYrh3zND9Y/YHM4=");
if(disp.ToList().Count > 0)
{
// ...
しかし、私が代わりに変数を使用してみてくださいハードコーディングされた値:問題は非常によくexceのメッセージによって記述されて
LINQ to Entities does not recognize the method 'Newtonsoft.Json.Linq.JToken get_Item(System.String)' method.