using a trunk build (3154) on RH ES 4, Studio 2009 can't log in
I get the following error
"Unable to complete request from site"
there is an error in xml document (23,4)
using fiddler the xml looks ok, but i did notice the version being
reported as 7.0.0.1 could that be the problem?
I think it's reporting the product version as opposed to the mapguide version,
ie trunk/MgDev/Common/ProductVersion.h
2.0 released binary on windows reports
<SiteServer?>
<DisplayName?></DisplayName>
<Status>Online</Status>
<Version>2.0.0.2308</Version>
whereas trunk build returns
<SiteServer?>
<DisplayName?></DisplayName>
<Status>Online</Status>
<Version>7.0.0.1</Version>