http://bugzilla.novell.com/show_bug.cgi?id=323988
http://bugzilla.novell.com/show_bug.cgi?id=323988#c1 --- Comment #1 from Matthew Smit <[email protected]> 2010-04-14 04:17:31 UTC --- This should be an easy fix. Activator.GetObject is just a wrapper for RemotingServices.Connect. to fix this, I just need to add a check to see if the connection fail, and then retry with url.ToLower() as url. BUT, there’s no definitive way to test if RemotingServices.Connect worked or not until you try to use it. For what it’s worth, if the connection fails and you try to use toString you get a WebException that states that the connection cannot be resolved. But a WebException could be received if the server doesn’t allow toString. -- 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
