[Mono-list] "Cookie domain not set. Parameter name: cookie"
Gonzalo Paniagua Javier
reply.to.the.list.iam.suscribed@notexists.ximian.com
Thu, 24 Feb 2005 17:24:29 -0500
On Thu, 2005-02-24 at 14:46 -0500, David P. Donahue wrote:
>I just upgraded to Mono 1.0.6 and I'm getting this strange error from
>web services which have a DataSet return type:
>
>"Cookie domain not set. Parameter name: cookie"
>
>Does anyone know what this means? And how to fix it? I also noticed
>that, on the built-in test forms for web services, the "Output
>Parameters" gives the data type for other functions, but not when the
>return type is a DataSet. It just shows a blank field for those. Any
>ideas?
I forgot to update DefaultWsdlHelpGenerator.asmx in the 1-0 branch, so
we shipped a buggy asmx. You can get one that works from
http://svn.myrealbox.com/viewcvs/*checkout*/branches/mono-1-0/mono/data/DefaultWsdlHelpGenerator.aspx
Replace the DefaultWsdlHelpGenerator.asmx file(s) that should be under
$(PREFIX)/etc/mono/ with the new file and the problem will be gone.
-Gonzalo