Hi,

I think I've come across a bug in Mono WCF.

I have a self-hosted service that returns a byte array as a ByRef parameter
(in VB code).  That service works fine in Windows, but not in Mono 2.10.2 on
openSUSE 11.4.

On my Winodws 8 machine, the byte array is returned as expected; on the SUSE
box, the very same code results in a null value for that byte array.

I note that in both scenarios, returning the byte array as the return value
of the function works.

Service method:


Client proxy function:


Any ideas?

Thanks,

Paul




--
View this message in context: 
http://mono.1490590.n4.nabble.com/WCF-cannot-return-a-byte-array-ByRef-tp4660272.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to