Search results for query: *

  1. S

    Question WCF: Dataset Parameter to OperationContract

    Thank you, but i allready solved this. The problem was in my client IService implementation : The code were generated by the wizard not include the KnownTypeAttribute. So i added and all works perfect as far. Thank you again.
  2. S

    Question WCF: Dataset Parameter to OperationContract

    Thanks, but i have already tried this. The same error... I use VS2008 SP1 and XP SP3, just in case that it's important.
  3. S

    Question WCF: Dataset Parameter to OperationContract

    Hello everybody! I'm using VS2008 and I'm new with WCF. I have the following problem: I have a function in the IService: " <OperationContract()> _ Function SaveData(ByRef BaseDS As DataSet) As Boolean" In my Client, i want to call the Function with a Typed Dataset, for example: "Dim...
Back
Top