UWP アプリ用の VSTS で appxbundle を作成しています。ビルドは成功しますが、実行時に次のメソッドへのアクセス中に例外が発生します。
public static Task<DeviceManagementClient> CreateAsync(IDeviceTwin deviceTwin, IDeviceManagementRequestHandler hostAppHandler);
例外:
The specified module could not be found.
(Exception from HRESULT: 0x8007007E) at System.StubHelpers.StubHelpers.GetWinRTFactoryObject(IntPtr pCPCMD)
at SystemConfiguratorProxyClient.SCProxyClient..ctor() at Microsoft.Devices.Management.SystemConfiguratorProxy..ctor()
at Microsoft.Devices.Management.DeviceManagementClient.<CreateAsync>d__7.MoveNext() ---
ビルド マシン: Windows Server 2012 R2 with Windows 10 SDK Fall Creators Update
ランタイム: Windows 10 RS3 ビルドの Dragonboard
アプリ パッケージを作成するための UWP ビルド テンプレートに従いました。
何が欠けていますか?