[Mono-bugs] [Bug 450442] New: Remoting through named pipes fails with Mono 2. 2 Preview 1

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 1 07:29:12 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=450442


           Summary: Remoting through named pipes fails with Mono 2.2 Preview
                    1
           Product: Mono: Class Libraries
           Version: 2.2.x
          Platform: i386
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: johannes at jroith.de
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


The call:

var channel = new IpcChannel ("blah");

.. worked on Mono 2.0 but will throw this Exception on Mono 2.2 Preview 1:

Unhandled Exception: System.EntryPointNotFoundException: CreateNamedPipe
  at (wrapper managed-to-native)
System.Runtime.Remoting.Channels.Ipc.Win32.NamedPipeHelper:CreateNamedPipe
(string,uint,uint,uint,uint,uint,uint,intptr)
  at System.Runtime.Remoting.Channels.Ipc.Win32.NamedPipeListener.Accept ()
[0x00000] in
/private/tmp/monobuild/build/BUILD/mono-2.2/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc.Win32/NamedPipeListener.cs:76 
  at System.Runtime.Remoting.Channels.Ipc.Win32.IpcServerChannelSink.Listen ()
[0x0000c] in
/private/tmp/monobuild/build/BUILD/mono-2.2/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc.Win32/IpcServerChannel.cs:304


-- 
Configure bugmail: https://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