hello again i finally finish my web service and client and it works fine from the client side how ever when i try to acces de server from my web browser i receive the error can’t serialize object type System.Double[,] No support multidimensional arrays. I think it’s due to my webmethod return a multidimensional array, how ever i need to return this array, con someone help try to solve this error or how to work aroudn it
note: i am usign C#, asp.net. IIS, write in the NotePad, not using visual studio
hello again i finally finish my web service and client and it works fine
Share
Reencode your data as
double[][]Here’s a method do do it: