Opened 11 years ago
Closed 11 years ago
#2414 closed defect (fixed)
Maestro on mono. Cannot log due to "deserializing configuration section" error
Reported by: | gabrimonfa | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Maestro | Version: | |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
Maestro compiled from SVN updated on 2014-03-21 Mono: 2.10.8.1-5ubuntu2 (official package ubuntu 13.10)
Connecting to mapguide server (2.4 or 2.5.2) fails with the following error:
An error occurred perforimng a WebClient request. Error deserializing configuration section defaultProxy: Unrecognized attribute 'userDefaultCredentials'. (Maestro.exe.config line 1)
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Component: | General → Maestro |
---|---|
Owner: | set to |
comment:3 by , 11 years ago
Yes Jackie, commenting out the system.net section of Maestro.exe.config the error goes away and all appear to work correctly
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed r7995. The relevant section has been commented out by default. Those that want proxy server support can un-comment that section.
If you remove/comment out the system.net section of Maestro.exe.config, does the error go away?