我们正在VST上为UWP应用程序创建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更新
运行时:
带有Windows 10 RS3版本的Dragonboard
我们遵循UWP构建模板创建应用程序包。
我们错过了什么?