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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=381922#c8





--- Comment #8 from Marc Van Laer <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to