I developed a small game using html5/javascript.
I hope to run it on windows phone.
I am using visual studio express 2012 to develop app.
As I know, windows phone 8.0 supports winjs/html5 development.
But I can not find where is javascript project creator(likes in VS 2012 for winrt) in visual studio express 2012.
There is only html5 app option under c# item
Your comment welcome
Visual Studio Express 2012 can be used to write Windows 8 apps with WinJS, but not Windows Phone 8 apps. Writing apps with HTML/CSS/JS and WinJS on is supported starting with Windows Phone 8.1, in which case you need Visual Studio Express 2013. See http://www.visualstudio.com/en-US/products/visual-studio-express-vs.
Related
I have installed Windows Phone 8 SDK and Windows 8 Embedded Handheld on Windows 8 64Bit Machine, which has Visual Studio 2013 Express installed, I am trying to run Windows 8 Embedded 8 Handheld Sample application Barcode Scanner provided from Microsoft web site.
But problem is:
I am not able to see Windows Phone 8 SDK or Windows Embedded 8
Handheld SDK in about screen of Visual Studio 2013 as given in
this video.
When i open Blend tool which comes with the sdk, and after creating sample application and try to trn it emulator starts loading
and fails with error code 32775.
Also i am not able to see option to create Windows Store App from New Project options.
Also I am not able to open any project with the extension .csproj
So How can i fix these issue?
How to properly install both this SDKs so that i can use them from Visual Studio 2013 Express.
I have all the hardware requirements as given on the Microsoft website, for running the emulator. (Hyper-V and SLAT).
Visual Studio 2013 Express for Windows targets Windows 8.1 and Windows Phone 8.1 only. In the video Andy is using Visual Studio 2013 Ultimate. VS2013 Express for Windows runs only on Windows 8.1, so I suspect you have a different version of VS2013 Express which doesn't support Windows Store apps.
To target Windows Phone 8 you'll need Visual Studio 2012 Express for Windows Phone 8 or a non express version of Visual Studio 2013.
You should have Visual Studio 2012 Express for Windows Phone 8 installed with the Windows Phone 8 SDK.
I want to develop windows phone 8 app but I installed update 2 of visual studio 2013 which only develop windows phone 8.1 app.Is there any way to do so?
You can definitely still create Windows Phone 8.0 projects with Visual Studio 2013.
When looking at the new project templates you want to look at Visual C#->Store Apps->Windows Phone Apps. From there scroll to the bottom, you want to choose from the Windows Phone Silverlight App templates. Choose any of them and you'll be prompted to target 8.0 or 8.1. Choose 8.0 and you should be good to go.
I'm going to learn to develop WP app. I installed Visual Studio 2013. VS 2013 have an option to install WP 8.0 SDK. And I knew the site (http://dev.windowsphone.com/en-us/downloadsdk) has a link to download WP 8.0 SDk. Help me about difference between them. Do I need to install them all for my purpose?
With Visual Studio 2013, there is no difference between these two methods of installing the WP8 SDK. It was added as an optional component when installing Visual Studio 2013 for convenience.
Be aware, it's not possible to develop for Windows Phone 7 (or open existing projects) with Visual Studio 2013 + WP8 SDK.
I am running Windows 8 x64 and have Visual Studio 2012 with the latest update and Visual Studio 2013 preview (latest update) installed. I also have the Windows Phone SDK for Windows Phone 8 development on Visual Studio 2012.
I have read somewhere online that there is no SDK required for Windows Phone 8 on Visual Studio 2013. But Where is the new phone project option?
Found it,
had to modify my vs2013 installation... (stupid me)
Is it an idea to leave this online for the community? (if I forget it again, and cannot find a source online lol!)
For future references, I installed the Visual Studio 2013 Professional edition where the Windows Phone 8.0 SDK apparently wasn't included in the default installation. I browsed to the Windows Phone Dev Center to download the SDK but this way doesn't integrate with Visual Studio 2013 as well - it surprisingly put Visual Studio 2012 Express edition on the PC...
The only way to be able to incorperate the Windows Phone SDK is by modifying the installation of Visual Studio 2013, just as the OP states.
If you are on Windows 7, you won't see the option to install the Windows Phone 8 SDK. It requires Windows 8 or later, 64 bit.
Just recently released an application to the Windows Store, and I'm wondering if it is possible to "downgrade" it to Windows Phone 7.1 - until Windows Phone 8 will arrive.
The real problem is with the async stuff, I've found the "Async Targeting Pack", but it requires Visual Studio 2012; however VS2012 doesn't work with the Phone SDK 7.0, 7.1.
I'm not in the mood to install old and ugly Visual Studio 2010 on my brand new Windows 8 machine :)
Does anyone know a workaround?
Windows Phone 8 has arrived and, unfortunately, it does not allow you to compile applications for Windows Phone 7.1 if the code uses async/await. You can try to port the code to Windows Phone 8 which does support async/await out of the box.
If you still want to have a WP7.1 port of your application and still use the async/await feature, you have no option other than installing VS2010 express for WP7 + async ctp 3.
Although Async Targeting Pack for Visual Studio 2012 has arrived, you cannot target WP7 projects since WP7 is Silverlight 4, and targeting pack is for Silverlight 5.
UPDATE: There is a way to compile WP7 applications on Visual Studio 2012 Express for Windows Phone by using this nifty NuGet package. However, note that it is currently in prerelease version.
Well Windows Phone 8 suppose to launch tomorrow so why do you need to Downgrade your application to Windows Phone 7.1?
This article might hold's answer to your problem.
Today you may have also seen the online launch event for Visual Studio 2012. The Windows Phone SDK 8.0 is built on top of Visual Studio 2012, and will give you the ability to build applications and games that target both Windows Phone 8 as well as Windows Phone 7.5. Windows Phone SDK 7.1 can be installed side-by-side with Visual Studio 2012 and runs on Windows 8.