http://bugzilla.novell.com/show_bug.cgi?id=450442
http://bugzilla.novell.com/show_bug.cgi?id=450442#c4 --- Comment #4 from Stephen Anderson <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
