When I try to add a web reference to a web service that has a web method with a stronly-typed dataset as a parameter the add fails with the following error.
The type 'BizTalkTest1/localhost/DataSet3' already contains a definition for 'ConversationsRowChangeEventHandler' where 'Conversations' is the name of the root-node (table) of the dataset.
Has anyone else encountered errors with strongly typed dataset parameters?
Is there a work-around for this problem?