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

Reply via email to