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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to