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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top