WildaBeast
WildaBeast

Reputation: 438

Can you build Win 8 apps on Windows 7 with VS 2012?

I have the Professional edition of VS 2012 installed on Windows 7. When I go to start new projects, there are really no new types over VS 2010. When I tried to follow along with creating a WRL component as at:-

http://msdn.microsoft.com/en-us/library/vstudio/jj155856.aspx

I get a HRESULT exception upon attempting to install the template.

Simple question: Does this even work on Windows 7?

Upvotes: 17

Views: 18193

Answers (2)

NickSilverstein
NickSilverstein

Reputation: 31

You cannot develop Windows Store Apps on Windows 7 you need Windows 8 and Visual Studio 2012. There is a free version of Visual Studio Called Visual Studio Express 2012 for Windows 8. It lets you make Windows Store Apps. If you Install Visual Studio on Windows 7 it blocks the development of Windows Store Apps. So what I am trying to tell you is you need Windows 8 or Windows Server 2012 to Develop Windows Store Apps.

You can download Visual Studio Express 2012 for Windows 8 for free:

http://microsoft.com/express

You can also get a Windows 8 Trial for 90 days for free:

http://msdn.microsoft.com/en-us/evalcenter/jj554510.aspx

Upvotes: 3

Oppositional
Oppositional

Reputation: 11211

Getting started with Windows Store apps:

"Windows Store app development is supported only on Windows 8. You can't develop Windows Store apps on Windows 7 or Windows Server 2012."

So no, it will not work on Windows 7.

Upvotes: 32

Related Questions