Ошибка: Responce is not well-formed XML
Описание: установил свежий релиз (до этого был 1.1.4 stable SR1), в папку zhelezka скинул файл janus.mdb, запустил приложение, стал делать синхронизацию. Сразу же получил "Ошибка синхронизации: Responce is not well-formed XML"
Версии приложений:
Windows XP 5.1.2600.131072, .NET Runtime 2.0.50727.42
RSDN@Home 1.2.0 alpha 668
Трассировка стека:
System.InvalidOperationException: Response is not well-formed XML. ---> System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlReader.MoveToContent()
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
--- End of inner exception stack trace ---
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Rsdn.Janus.WebService.JanusSvc.Sync(JanusRequest req)
at Rsdn.Janus.Synchronizer.GetJanusResponse(JanusSvc svc, JanusRequest svcReq)
at Rsdn.Janus.Synchronizer.Sync(JanusSvcEx svc)