Frage

I am trying to follow this article:

http://chriskoenig.net/2011/08/19/upload-files-from-windows-phone/

but when I am writing:

using System.Web.Mvc;

but it seems not to find:

using system.web

I am looking for the libraries to add it manually but I can't find it, any suggestions?

It seems that I have to download some extra DLLs but I am not sure where I will find secure copies of them?

War es hilfreich?

Lösung

When the tutorial states Here’s my Controller (FileController.cs) he is talking about the server-side application. Not the Windows Phone application. WP7 does not have this library available.

If you are working in the server-side application you can find System.Web (when adding a reference) under the .NET tab.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top