Advanced Forum Search Results
-
Exactly what I need - just a few changes to my proxy wrapper! Thanks davesmits.
-
Currently the proxy generation marks Begin and End operations as private.
So now I need to edit the reference.cs everytime I refresh a service reference, or do a yucky macro to find replace, which is always iffy.
This is not great if you have a service caller helper that abstracts away the service calling process, where you need to ...
-
Hi,
Is there anyway to force the Silverlight proxy generation tool to keep the Begin and End operations as public, it currently marks them as private?
Thanks
Zack
-
Hi,
I have an AutoComplete control that works great, other than the fact that the ObservableCollection<T>.Clear() method does not alter the ItemsSource. So when I offset my filtering and searching to the server, the results just keep being added to the list. Is there anything I can do to get around this? I have also ...