[Mono-bugs] [Bug 381922] System.Runtime.Serialization.SerializationException

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 23 10:50:07 EDT 2008


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

User mvl at oseb.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=381922#c8





--- Comment #8 from Marc Van Laer <mvl at oseb.be>  2008-04-23 08:50:07 MST ---
We did some further testing last night and are comming to the following
conclusions:

- The application Proxy - Console is running fine if installed on the same
platform.

- The application Proxy - Console is not running fine if running on different
platforms.

Another thing was creating "the not-running on mono at all"
Seems that the following works on .net, but not on mono, but this is something
completely different.

---
System.Configuration.ConfigurationManager.AppSettings["RedirectorURL"] =
"tcp://" + this.proxy + ":" + this.proxyport + "/Redirector.rem";

works on .net, but not on mono

System.Configuration.ConfigurationManager.AppSettings.Add("RedirectorURL"
,"tcp://" + this.proxy + ":" + this.proxyport + "/Redirector.rem");

do not work on .net and mono

Although they are the same commands in theory.

We replaced these lines by something else.

---

So to summarize: The application does run if Proxy and Console are both on
mono.


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