我想在我的UWP项目中添加一个RESTful API.但是,在Add-> REST API Client对话框中单击OK时,我在VS2015中收到以下错误:
Generating client code and adding to project started
Generate client code for REST API with following parameters:
REST API Name: XXXXXX, Base namespace: XXXXXX, Metadata file path: C:\Users\XXXX\AppData\Local\Temp\WebToolsAutoRest\XXXXXX\201612291330467450\swagger.json
Exception: Could not load file or assembly 'Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.
Generating client code and adding to project failed
Adding REST API client for failed
Run Code Online (Sandbox Code Playgroud)
我发现有人在这里遇到同样的问题.但似乎他没有找到解决这个问题的办法.蚂蚁指针?
提前致谢.