0

我已向我的 Windows Phone 8 项目添加了一个服务引用,它显示在服务引用文件夹中。

当我尝试创建服务的实例时,例如:

var service = new MobileService();

它不承认是什么MobileService。当我尝试using MobileService;在班级中名列前茅时也是如此。

我在哪里犯了可怕的错误?

4

1 回答 1

1

The class is probably called MobileServiceClient. Click the show all files option for your project and you can view the generated code of the service references.

于 2013-07-01T21:55:59.597 回答