大家好,
我遇到一个问题,
我在local machine 调试我的Windows 8 App没有一点错误,我的本机环境是 Windows 8 enterprise +VS professional
但是当我用Remote machine调试的时候就出现了错误
Error
3 Error : DEP0800 : The required framework "C:\Program Files\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\Microsoft.VCLibs\11.0\.\AppX\Debug\x86\Microsoft.VCLibs.x86.Debug.11.00.appx" failed to install.
Windows cannot install package Microsoft.VCLibs.110.00.Debug because this package requires a higher Windows version. The package requested Windows version 6.2 with AppModel version 1, while the
current Windows version is 6.2 with AppModel version 0.
SampleAppA
remote machine的环境是Windows 8 release preview build 8400+Remote debugging monitor for Visual studio(R) Version:11.0.50727.1 build by:RTMREL
我判断这可能是由于系统版本的不兼容造成的,这个问题有解吗?