![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Inconsistent results with Add Service Reference I have a contract method that returns a generic list [OperationContract] IList<string> Operation3(Guid myGuid); When I run Add Service Reference to a winforms client app, I get the following proxy generated public System.ComponentModel.BindingList<string> Operation3(System.Guid myGuid) { return base.Channel.Operation3(myGuid); } which is great. When I generate the client proxy in a class library project, the following proxy method is generated public string[] Operation3(System.Guid myGuid) { return base.Channel.Operation3(myGuid); } Where an array is returned. Can someone explain why this is occurring? And how to get consistent results. Thanks Colin -- Colin Foulkes |
My System Specs![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Inconsistent Search Results | Julian | Vista file management | 0 | 09-09-2007 07:02 AM |