[Mono-bugs] [Bug 450442] Remoting through named pipes fails with Mono 2.2 Preview 1

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 23 10:24:15 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=450442#c4


--- Comment #4 from Stephen Anderson <stephen.anderson at ruralcoder.com> 2010-04-23 14:24:13 UTC ---
Further information includes that this is cause by the length of the channel
name / port name. 

            IpcChannel channel = new IpcChannel
("01234567890123456789012345678901234567890123456789012"); FAILS

            IpcChannel channel = new IpcChannel
("0123456789012345678901234567890123456789012345678901"); WORKS

Anywhere (EXE & DLL)

Exception when fails

Unhandled Exception: System.Reflection.TargetInvocationException: Exception has
been thrown by the target of an invocation. --->
System.IndexOutOfRangeException: Array index is out of range.

So perhaps a new error?

-- 
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