If I first enable the client to use WSE 3.0 and policy, I then can no longer generate the WSCF code from the WSDL file that I previously generated from my XSD. I get this error:
An error occured. Details: Item has already been added. Key in dictionary: 'GetStuffDataCompletedEventArgs' Key being added: 'GetStuffDataCompletedEventArgs'
I've seen similar references in this forum that mentioned this type of error would be fixed after the version 51 of wscf. Perhaps this is a new issue (same symptom, but actual cause of error different?) I can remove the reference to WSE 3.0, and I then get the code generated like I desire. I can then manually change the proxy to inherit from the desired Service3 class. But, I would like to seeWSCF operate without this error, and finish the code generation correctly. Any ideas or suggestions on what the issue could be...? Thanks.