Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0

后端 未结 7 928
谎友^
谎友^ 2021-01-07 22:15

I am working in c# 4.0 to read a signed request I am using the following code

FacebookApp fap = new FacebookApp();
fap.AppId = \"789485219211963\"; // App ID         


        
7条回答
  •  死守一世寂寞
    2021-01-07 22:51

    When I ran into this problem, I found that there were 2 similar folders in yourproject/packages, one is version 6.0.5, another is 5.0.6.

    I deleted the 5.0.6 and the problem disappeared.

提交回复
热议问题