いくつかの Google 操作をラップする dll を作成しました。私の最初のテストドライブでは完全に機能しましたが、実際のプログラムでは、奇妙なアセンブリ参照の問題が発生します。
FileNotFoundException was unhandled
Could not load file or assembly 'Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Det går inte att hitta filen.
System.Threading.Tasks について聞いたことがあります (そして、それを "使用" しています)。例外は、以下のスニペットの最後の行で発生します。
Google.Apis.Admin.Directory.directory_v1.Data.Groups allGroupsResp = null;
var req = DirectoryService.Groups.List();
req.Domain = _settings.Domain;
allGroupsResp = req.Execute();
また、アセンブリ リストに Microsoft.Threading.Tasks がありません。