Building and running NED mobile client - nokiaeducationdelivery/ned-mobile-client-for-WP GitHub Wiki

Nokia Education Delivery

How to start

To start developing NED mobile client for Windows Phone 7 you have to:

(1) Install the Windows Phone SDK

(2) Download sources from git repository.

(3) Open project solution in Microsoft Visual Studio.

Installing Windows Phone SDK

You can download all required files here. More information about installing Windows Phone SDK you can find on MSDN.

When you install the Windows Phone SDK, you get the following free tools and components.

  • Expression Blend for Windows Phone

  • Visual Studio 2010 Express for Windows Phone

  • Windows Phone emulator

  • XNA Game Studio 4.0

  • Silverlight

  • .NET Framework 4

If you already have Visual Studio 2010 (Professional, Premium or Ultimate) installed, then you can use Visual Studio 2010 for development after installing the Windows Phone SDK.

Downloading sources

To download sources from GIT repository you have to had installed GIT client. More information about GIT you can find here.

You can download sources by typing in GIT Bash:

git clone [email protected]:nokiaeducationdelivery/ned-mobile-client-for-WP.git

GIT repository will be cloned to current location.

Opening project solution

To open project solution, start Microsoft Visual Studio. In “File” menu select “Open” then type “Project/Solution..”. In open dialog go to cloned git repository, open “nedwp” folder and select “NedWp.sln” file. Then click Open button.

⚠️ **GitHub.com Fallback** ⚠️