Cordova aap can be developed on visual studio? - visual-studio

Can we develop cordova/phonegap app on Visual Studio version 2012? I am beginner, any kind of help will be highly appreciated.

You could develop a Cordova app using Visual Studio 2012 inside of a WebSite project (for example). However, it's not a great experience. Visual Studio 2015 includes official support for Apache Cordova (see more at http://taco.visualstudio.com). You may be able to use the free Visual Studio 2015 Community Edition.

Related

What Visual Studio workloads are needed for building VS extensions?

We've already added the Visual Studio workload Visual Studio Extensions Development, but that doesn't seem to be enough. So, are there other workloads that should be installed on a developer's machine, to author VS extensions?
Addendum
I should mention that the users struggling to add Visual Studio Extension Development are using Visual Studio 2019 Community Edition. I would think this would work, but I could be wrong. Can you do Visual Studio development with the Community Edition?
Visual Studio extension development + .NET desktop development workloads should be enough for most VS extensions.
Visual Studio 2019 Community Edition is perfectly fine to do Visual Studio development.

Xamarin templates missing in Visual Studio 2017 enterprise

I had Visual Studio 2017 community before and Xamarin templates were there. I installed Visual Studio 2017 enterprise and now I do not see Xamarin templates like:
BlankApp(Xamarin.form Portable) and BlankApp(Native shared)
I have repaired Visual Studio and also updates but still same. Please advise how to fix it if anyone got same issue.
There is some changes on VS 2017 15.6.4, click Mobile App(Xamarin.Forms), and click OK, A window will appear allowing you to choose a Share Project or a .NET Standard:
Here is about the Share Project, and here is about the .Net Standard.

How to get android sdk for visual studio 2013 Community Edition

I have just downloaded and installed Visual Studio 2013 Community Edition to start developing Android application using C#. But no option is present there for developing android / ios apps using C#.
Can anyone suggest me how could I download and install android SDK for Visual studio 2013 community edition and start working on it ?
I think you can use this link: http://msdn.microsoft.com/en-us/library/dn771552.aspx#NET

How to allow Visual Studio to upgrade the project automatically?

I have some compatibility problems with vs 2010 file opened in vs 2013, i have read that maybe i can solve it activating the option "upgrade project automaticcaly" but i can't find it. Where i can find this option in Visual Studio 2013 Express?
EDIT
I can't launch the project ,i have tried in VS2010 Express , VS2012 Express , VS2013 Express... It seems so strange, it's an official demo of kinect sdk.
EDIT
Suddenly it starts work on visual studio 2010
It's not a project upgrade issue but the sounds of that error message - VS2013 Express doesn't support the project type you are trying to open.
The following page describes the s/w requirements for use that project
Kinect or Windows SDK
Specifically the s/w dev requirements are:
Visual Studio 2010, or Visual Studio 2012. The free Express editions can be downloaded from Microsoft Visual Studio 2010 Express or Microsoft Visual Studio 2012 Express.
.NET Framework 4 (installed with Visual Studio 2010), or .NET Framework 4.5 (installed with Visual Studio 2012).
There are a lot of other requirements also listed on that page.
I would suggest you download VS2012 Express (its free) and work from there.

The extension manifest is invalid, CompositeC1WebFormExtensions.vsix

I just downloaded the CompositeC1WebFormExtensions.vsix from the official composite CMS C1 documentation website and I'm getting an error when trying to install this.
I'm on Windows 8 using Visual Studio 2010 pro
CompositeC1WebFormExtensions.vsix
Has anyone been able to successfully install this extension?
Thanks
David
I am afraid that VSIX extensions
CompositeC1WebFormExtensions.vsix
CompositeC1RazorExtensions.vsix
are only compatible with Visual Studio 2012, as it reads on these pages:
http://docs.composite.net/Functions/User-Control-Functions/Creating-User-Control-Functions/Creating-User-Control-Functions-in-Visual-Studio
http://docs.composite.net/Functions/Razor/Creating-Razor-Functions/Creating-Razor-Functions-in-Visual-Studio
Note. The current version of the extension works with Visual Studio
2012 only.
David i am also using Windows 8 .I have installed visual studio 2010 and 2012. i got this CompositeC1WebFormExtensions.vsix working well with Visual studio 2012...
I think it is compatible with visual studio 2012 only...
Vishnu Nadesh

Resources