M
Milton Andrade
Hello all,
I have a WCF callback with the following interface member:
[OperationContract(IsOneWay = true)]
void newImage(IO::Stream ^image);
When debugging the method is called but image stream object length param is
not readable. Why ideas why?
At debug i get:
Length <error: an exception of type: System::NotSupportedException^
occurred> __int64
The canRead flag is set, all the others are not.
Kind regards
I have a WCF callback with the following interface member:
[OperationContract(IsOneWay = true)]
void newImage(IO::Stream ^image);
When debugging the method is called but image stream object length param is
not readable. Why ideas why?
At debug i get:
Length <error: an exception of type: System::NotSupportedException^
occurred> __int64
The canRead flag is set, all the others are not.
Kind regards