Windows app development using windows 2012? - visual-studio-2012

Can I develop a Windows Phone & store apps on both using Visual Studio 2012. Although it is recommended to use Visual Studio 2013.

You can develop apps for wither but you will not be able to make universal. Why would you want to do that when you can download the VS2013 Express version and develop proper 8.1 universal apps?

Related

Developing desktop applications in visual studio express for web 2012

Developing desktop applications in visual studio express for web is possible?I have installed visual studio express for web 2012 in my system.I have started doing my windows project in visual studio but windows templates are not available. Do i have to install visual studio express for windows to develop my project.please help me.Thanks in advance.
You need Microsoft Visual Studio Express 2012 for Windows Desktop for desktop application.
https://www.microsoft.com/en-gb/download/details.aspx?id=34673

Microsoft Visual Studio 2012 new mobile phone project

I'm new in Visual Studio. Installed Microsoft Visual Studio Professional 2012 (Version 11.0.50727.1 RTMREL).
Need to create windows mobile 6.5 application. When I go to File > New > Project I cannot find Windows Mobile in the list of templates. I tried installing Windows Mobile 6.5 Development Tool Kit still doesn't show up. Any ideas?
Yes, you need either Visual Studio 2005 or 2008 and better than the Express edition.
Then you need to install the Windows Mobile 6 SDK or the Windows Mobile 6.5.3 DTK.
In Visual Studio 2005/2008 you will see SmartDevice in the list of Project Templates when you start a new project.
A trial of VS2008 can be downloaded at http://downloadfreesoftwaresforpc.blogspot.de/2012/05/visual-studio-2008-professional-edition.html (http://download.microsoft.com/download/8/1/d/81d3f35e-fa03-485b-953b-ff952e402520/VS2008ProEdition90dayTrialENUX1435622.iso)
You can upgrade the trial following MSDN at http://msdn.microsoft.com/en-us/library/cc442563%28v=vs.90%29.aspx
You'll need a copy of Visual Studio 2008 to do development for Windows Mobile\Windows Embedded Handheld. Visual Studio 2010 and later only support the new "Windows Phone" OS.

Shall I use Visual Studio Express or Visual Studio 2013?

I have just downloaded "Visual Studio Express 2012 for Windows Phone" to start Windows phone development. This is a free software. But I also came to know that you can also do Windows phone development using Visual Studio 2013 which is paid software.
Is there a disadvantage using Express edition for Windows phone development? Like it doesn't come with all features, libraries and APIs etc.?
You can do development of a Windows Phone app with Visual Studio Express with complete access to all APIs.
However, the Express edition is limited. You cannot mix project types (Web and Phone) in one solution and there is limited support for Add-Ins like CodeRush.
Whether limited support of plugins or the lack of mixed solutions bother is up to you. If the bucks you would spent do a return of investment is up to you.
All two works perfect! You can make apps in any version created for WP.

Create an installer from Visual Studio 2012 to run an application on another PC

I wrote an application with Visual Studio EXPRESS 2012 on a Windows 7 PC for research purposes. Now I want to run it on another PC (with Windows 8), which will be used by a medical group. Now my question is: HOW?
InstallShield LE doesn't work on Express... I tried to install Visual studio Express 2012 on the other PC (obviously the win8 version) using absolutely the SAME version number: 11.0.60610.01 Update 3; but it gives me an error importing the project and says that my project is "not compatible". What should I do?
As Wix cannot integrate directly into Visual Studio Express, you can install the Visual Studio Isolated Shell Environment along side the express edition.
Or you can use a stand alone Wix IDE like WixEdit to author the installer. I suspect that you've downloaded the wrong Visual Studio Express version.
The Visual Studio Express 2012 for Windows 8 is meant to build Windows 8 Store Apps, you probably need the Visual Studio Express 2012 for Desktop Applications version instead, even when building on Windows 8, the name is a bit confusing, I agree.
See also: https://stackoverflow.com/a/14676758/736079

visual studio 2012 web and desktop

I have visual studio 2012 express for web, now I need to make a desktop app, need I to download visual studio 2012 express for desktop or is there any addon I can install on web edition?
thanks
You can create Class Library projects in the web edition of Visual Studio Express, change the Output Type in the project properties to Console Application or Windows Application, add any library references you'd need (particularly for the Windows application, as none of the forms stuff will be included by default), and go from there.
This works well for console applications, but I imagine you're going to run into issues with Windows applications. The project templates are nonexistent, so you're on your own for setting things up from scratch. The forms designer probably isn't there, or if it is probably won't work as expected. And this won't work at all for Windows Store applications.
It's a lot easier to just download both editions and run them both. I've been running Web, Desktop, Windows 8, and Database editions side-by-side for a while now without problems.
need I to download visual studio 2012 express for desktop
Yes, you do.
That's part of the limitation of express editions.

Resources