|
On a related note (I think) I am getting the same error (stack trace below) hosting the remote AdSettings.xml on Dropbox. I thought at first that I had the Xml wrong, as I had used a version of the Xml with a load of namespaces in it, but after changing
that to the plainer version I am still getting a load of errors being returned.
I am wondering if Dropbox is returning an error as an Html page in some instances, the app is not that heavily used (unfortunately !) so I don't believe that it is overloading dropbox.
Here is the stacktrace in case it helps:
Frame Image Function Offset
0 coredll.dll xxx_RaiseException 19
1 mscoree3_7.dll WatsonUnhandledManagedException 296
2 mscoree3_7.dll Dbg_NotifyManagedException 93
3 mscoree3_7.dll FirstPassException 1044
4 TransitionStub
0
5 System.Xml.XmlTextReaderImpl.ParseDoctypeDecl 236
6 System.Xml.XmlTextReaderImpl.ParseDocumentContent 776
7 System.Xml.XmlTextReaderImpl.Read 228
8 System.Xml.Linq.XDeclaration..ctor 252
9 System.Xml.Linq.XDocument.Load 508
10 System.Xml.Linq.XDocument.Parse 172
11 MC.Phone.Ads.Strategy.RemoteAdProviderStrategy.ParseXml 376
12 .__c__DisplayClass19._ProvideNext_b__12 72
13 Microsoft.Phone.Reactive.AnonymousObserver`1.Next 72
14 Microsoft.Phone.Reactive.AbstractObserver`1.OnNext 80
15 .AutoDetachObserver.Next 72
16 Microsoft.Phone.Reactive.AbstractObserver`1.OnNext 80
17 .__c__DisplayClass27a._Select_b__277 184
18 Microsoft.Phone.Reactive.AnonymousObserver`1.Next 64
19 Microsoft.Phone.Reactive.AbstractObserver`1.OnNext 80
|