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

后端 未结 7 795
谎友^
谎友^ 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:41

    In package manager console Visual Studio 2013

    PM> Install-Package Newtonsoft.Json
    

    Then restart Visual Studio.

提交回复
热议问题