且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在PC和手机上运行我的Windows手机程序?

更新时间:2023-02-26 22:10:38

很容易检查是否可以使用在Windows中运行Hyper-V。

http://www.zdnet.com/blog/bott/does-your-pc-have-what-it-takes-to-run-windows-8s- hyper-v / 4254 [ ^ ]



查看工具 Coreinfo [ ^ ]。它会告诉您是否启用了SLAT。



Windows Phone 8模拟器的系统要求 [ ^ ],它将Windows 8视为操作系统。没有Windows 7.



我不认为可以在Windows 7上运行Windows Phone 8的仿真器。首先,你必须安装Hyper-V并拥有一个支持SLAT的CPU。



但是你可以使用你的Windows Phone来运行和调试你的应用程序。
It is easy to check if use are able to run Hyper-V in Windows.
http://www.zdnet.com/blog/bott/does-your-pc-have-what-it-takes-to-run-windows-8s-hyper-v/4254[^]

See the tool Coreinfo[^] from Microsoft. It will tell if you have a SLAT enabled CPU.

System requirements for the emulator for Windows Phone 8[^], it says Windows 8 as the operation system. No Windows 7.

I do not think it is possible to run the Emulator for Windows Phone 8 on Windows 7. First you have to install Hyper-V and have a CPU that supports SLAT.

But you may use your Windows Phone to run and debug your app.


在努力工作之后互联网和我的笔记本电脑做任何事!我找到了它!
$ 7 $ b在Windows 7我无法调试我的Windows手机程序我应该使用手机,关于使用手机的问题:

起初我修复了我的视觉工作室和windowsphone SDK。

然后我手动安装一些windows phone SDK文件:

packages - > MobileTools - > ProfilerMsis - > MobileTools_ProfilerARM.msi&MobileTools_ProfilerX86.msi

包 - > MobileTools - > WPImages - > MobileTools_WPImages_enu.msi

包 - > MobileTools - > wpsdkcore - > wpsdk_en.msi



现在一切正常:)
after hard working on internet and do anything with my laptop!! I found it!
on windows 7 I can not debug my windows phone programs I SHOULD use Phone , and about problem for using phone :
at first I repaired my visual studio and windowsphone SDK .
then I install some file of windows phone SDK manually :
packages -> MobileTools -> ProfilerMsis -> MobileTools_ProfilerARM.msi & MobileTools_ProfilerX86.msi
packages -> MobileTools -> WPImages -> MobileTools_WPImages_enu.msi
packages -> MobileTools -> wpsdkcore -> wpsdk_en.msi

and now EVERYTHING works :)