[Mono-bugs] [Bug 626950] New: HttpWebRequest_WebException_RemoteServer using ServiceHost
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jul 30 04:43:08 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=626950
http://bugzilla.novell.com/show_bug.cgi?id=626950#c0
Summary: HttpWebRequest_WebException_RemoteServer using
ServiceHost
Classification: Mono
Product: Mono: Runtime
Version: 2.6.x
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Normal
Priority: P5 - None
Component: generics
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: daniele.bini at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.125 Safari/533.4
I have hosted a ServiceHost (WCF service), i see that it be implemented on
mono. My app have 2 side. A daemon / service and a SilverLight client, daemon
and client run always on the same machine.
With .NetFramework all run as well, the service and the sl client communicate
correctly.
The same code, on a mac and compiled on mono run but when the sl client try to
connect, and use one exposed method, it return me
"HttpWebRequest_WebException_RemoteServer" Arguments: NotFound.
The code is correct, on win it run but i do not understand why not in mono -
mac
Reproducible: Always
Steps to Reproduce:
1.Expose a ServiceHost on a localhost endpoint.
2.Run a Silverlight Out Of Browser application.
3.Try to use one of the webmethod hosted in the WCF service
Actual Results:
"HttpWebRequest_WebException_RemoteServer" Arguments: NotFound.
The Silverlight client have no problem. Is the same that run on Win (Microsoft
make a sl framework for mac), and it run well on windows and .net
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list