sumesh
sumesh

Reputation: 21

How to start Windows Phone application development

Is it enough to start with Visual Studio 2008.Need any additional SDK?

Upvotes: 1

Views: 228

Answers (3)

Apoorv
Apoorv

Reputation: 2043

Try and understand these two points

1) If you machine doesnt have Visual Studio 2010 installed then you can directly download the WP CTP tools from create.msdn.com and install it. It Would install Visual Studio Express for Windows Phone

2)If you have Visual Studio 2010 installed, then try installing Visual Studio SP1 and then WP SDK 7.1.1(Mango)

The First method would restrict you to create Just only WP apps using Visual studio whereas the second method would give you the complete VS package and tools

Upvotes: 2

Adam Houldsworth
Adam Houldsworth

Reputation: 64527

The MSDN "phone" portal features a "Get the tools" section:

http://msdn.microsoft.com/en-gb/ff380145

(Well, at least for the UK MSDN). In summary:

Clicking this button installs:

  • Visual Studio 2010 Express
  • XNA Game Studio 4.0
  • Windows Phone Emulator
  • Microsoft Expression Blend for Windows Phone
  • Platforms: Silverlight, .NET Framework 4.0

It's a web installer, and you need VS 2010 - anything older is not supported.

Upvotes: 1

Derek Lakin
Derek Lakin

Reputation: 16319

No, you need Visual Studio 2010. You can get all the tools and SDKs that you need from the App Hub at http://create.msdn.com/en-us/resources/downloads

Upvotes: 1

Related Questions