【发布时间】:2015-04-28 18:18:27
【问题描述】:
我为 CRM Dynamics 2013(本地)创建了一个简单的插件,它将 System.Net.Http.Formatting for HttpClient 引用到 PostAsJsonAsync 到 Web api 服务。但是,当它运行时出现错误:
Could not load file or assembly 'System.Net.Http.Formatting, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
我检查了 Copy Local 是否设置为 True。
真气!有什么想法吗?
【问题讨论】:
标签: c# .net asp.net-web-api dynamics-crm-2011 dynamics-crm-2013