Click here to Skip to main content
15,884,001 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use visual studio 2012 on my windows 7 and installed SDK for windows phone 8 on my lap top.
now I write my first project in visual with c#.
as you now I can compile by pc or phone , but there is no any emulator option on my standard toolbar , there is just "play" option that when I push it , a error shows that :
"Exception of type 'Microsoft.SmartDevice.Connectivity.PlatformNotFoundException' was thrown"
and when I'm going to run by my phone , I connect my phone to PC by usb cable and there is my phone drive on my computer but in visual studio ; "device" option doesn't show in toolbar.
can any one help me?
how can I see my lap top support hyper-v and slat or no?
what should I do to run my program??
Posted

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.
 
Share this answer
 
v2
Comments
Diba.S 18-Aug-14 12:12pm    
thank you, the link was usefull for me but my problem doesn't solve yet...
Kim Togo 19-Aug-14 2:20am    
Windows Phone 8 SDK req. Window 8 to run the Emulator.
Diba.S 19-Aug-14 4:59am    
yes . I can not debug program on my PC.
but what about debugging on phone ? I did everything that was on microsoft help center. I unlock my developer account and my phone had recognized by PC but I can not debug my app on phone...do you have any idea to help me?
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 :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900