I downloaded visual studio professional 2010 and visual studio service pack 1 and windows phone sdk 7 and phonegap 2.9.0.
I m following this tutorial http://docs.phonegap.com/en/2.0.0/guide_getting-started_windows-phone_index.md.html to create a windows phone project in visual studio.
in my C:\Users\User\Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual C# i copied the CordovaWP7_2_9_0 that i found in C:\Users\User\Desktop\phonegap-2.9.0\lib\windows-phone-7 , i open the visual studio and i click file -> New Project -> Visual C# i can find CordovaWP7_2_9_0 . when i click on OK , it generates a project but there is no WWW Folder or index.html . here is image of want i see http://postimg.org/image/5yw8yyzr7/. It's not the same of what i see in the tutorial.
Please Help . Thanks in advance!
That article is REALLY outdated.
I'd recommend using the new approach, which is Visual Studio 2013 and the Multi-Device Hybrid Apps extension.
Related
I downloaded latest visual studio 2017 and I have chosen Xamarin while installing it and I already have visual studio 2015 with Xamarin and I was able to develop visual studio Xamarin.winphone along with Xamarin.ios and Xamarin.Droid.
I am aware winphone is deprecated in visual studio 2017 and I thought to develop Xamarin.uwp by migrating all my winphone code uwp.
But When I create a new Xamarin native project I am not able to find Xamarin.uwp but I can find Xamarin.iOS and Xamarin.Droid.
Here is the screenshot
What could have gone wrong ?
Please check if you have installed Windows 10 SDK. The following is check steps.
Enter the “Visual Studio Installer” in the conrtana search box.
Click the modify button in the window of Visual Studio Installer.
Select the version you need to install.
I have knowledge in dotnet, would like to create app's using xamarin with visual studio but i dont know how to do this and what's the requirement nu. i have windows 7 OS installed with Visual Studio 2012. kindly give me a reply soon
You can download Xamarin for visual studio here: http://xamarin.com/download.
So I'm trying to do what I think is a very simple thing: generate a Windows Phone app with PhoneGap and open it in Visual Studio. On a totally fresh Windows installation (via Bootcamp), I've:
Downloaded Visual Studio Express 2013 for Windows (the very first download button: http://developer.windowsphone.com/en-us/downloadsdk)
Created a PhoneGap Windows Phone app per the Getting Started guide.
However, every time I try to open the csproj file, I keep getting this error:
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
- HelloWorld, "C:\BodBot\BodBot-PG\BodBot\platforms\wp8\HelloWorld.csproj"
No changes required
These projects can be opened in Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.
- HelloWorld, "C:\BodBot\BodBot-PG\BodBot\platforms\wp8\HelloWorld.sln"
No matter what I do. It works totally fine on Visual Studio 2012 for Windows Phone. I've tried it on VS 2013 for Desktop, and that doesn't work either. No clue what is happening here, and don't know even where to start to figure out what's wrong. I've Googled extensively to no avail; basically all instances of this error seem to have to do with previous version of VS. Pointing in any direction would be very much appreciated.
Turns out Update 2 wasn't getting installed correctly. I ended up installing Visual Studio and the Update 2 separately and Update 2 got installed successfully. Everything works now.
To build Multi device hybrid (Cordova tooling) apps with Visual Studio, you need to have Visual Studio 2013 Update 2 - Professional, Ultimate, or Premium.
Visual Studio 2013 Update 2: Global Apps e Android/iOS App
I am Trying To create an Application with Apache Cordova(Phonegap) For windows phone7.I followed the linkApache Cordova For phone7 and the problem is am not able to find CordovaStarter-x.x.x.zip file in the downloaded content as mentioned in the instruction,Download Link.Plz sort out my problem.Thank you
In fact, VS templates is not bundled with phonegap 2.1.
In order to 'install' a template, you will need to build the template.
Simply open templates\full\CordovaSolution.sln in Visual Studio and from the file menu, choose 'Export Template'.
You can also test the sample solution located here \lib\windows-phone\example.
I have same problem as above and I have found some solution.Using Visual studio 2010 and WindowsPhone 7.x SDK we create Phongegap app in Windows 7 and its done by using template in visual studio 2010. Steps for Create Project in visual studio 2010:
Fist Download WindowsPhoneSDK7 for windows 7 Microsoft Download Center
After that download latest version of Phonegap SDK
open lib/Windows Phone folder after extracting downloaded Phpnegap sdk
In this folder click on "createTemplates.bat" file which generate zip file like CordovaWP7_x_x_x.zip
Copy CordovaWP7_x_x_x.zip & Paste to Visual Studio 2010\Templates\ProjectTemplates\Visual C#
Now open Visual studio 2010 & Start new project wich shows CordovaWP7_x_x_x.zip Template then project created successfully.
I just downloaded one sample from this link :-
http://msdn.microsoft.com/en-us/library/ff431744%28v=VS.92%29.aspx
But when i try to run in my Visual Studio 2010 i get some error as This type of project is not supported in Visual Studio 2010
Why am i getting this error?
Have you downloaded and installed the Windows Phone 7 SDK?
http://developer.windowsphone.com/windows-phone-7/