asmx服务与silverlight VS2012

时间:2013-09-02 12:43:17

标签: web-services silverlight visual-studio-2012 asmx

我正在尝试从Silverlight客户端调用asmx服务,但尽管我尽了最大努力,但我无法将生成的代理类作为ObservableCollections,请帮忙。我在服务引用的高级配置中选择了ObservableCollection,我尝试更新.svcmap文件,但没有成功。

还有其他想法吗?

1 个答案:

答案 0 :(得分:0)

我没有VS2012,但我确信它在VS2012中与VS2010相同。 按照以下步骤

1)添加服务引用(不是Web引用) enter image description here

2)转到高级选项

enter image description here

3)选择Observale collection作为选项

enter image description here

4)你在代理

中有你的观察集合

enter image description here