Open johnjore opened 2 years ago
Hello! I just loaded the file using one of the tools under the Examples folder and it seems to work fine.
Looking at the stack trace I see that it seems to be using a Mono implementation of System.Xml, have you cloned the code into another project and linked it with Mono?
Hi and I am using the SharpGPX NuGet package with a Xamarin.Android project, which uses Mono under the hood, I believe.
So the thinking is that it's not an issue with SharpGPX, but something with the System.XML implementation within Xamarin.Android that is unhappy with some part of the XML file?
I think it's something in Xamarin.Android, is there any way you can give me access to the project so I can see the code? It would be nice for SharpGPX to work with Xamarin
Hi and yes, its all on https://github.com/johnjore/hajk, and the GPX file I imported should be in my first post. Note: I'm not a developer, so its a bit messy, but any issues, please reach out?
From: Michael Coyle @.***> Sent: 02 May 2022 07:29 To: MichaelFCoyle/SharpGPX Cc: John Jore; Author Subject: Re: [MichaelFCoyle/SharpGPX] Exception when trying to deserialize from file: System.InvalidOperationException: There is an error in XML document (Issue #9)
I think it's something in Xamarin.Android, is there any way you can give me access to the project so I can see the code? It would be nice for SharpGPX to work with Xamarin
— Reply to this email directly, view it on GitHubhttps://github.com/MichaelFCoyle/SharpGPX/issues/9#issuecomment-1114341341, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADC2CITCZB2DBVYJNYJAPM3VH3ZU5ANCNFSM5UYHVYUA. You are receiving this because you authored the thread.Message ID: @.***>
[ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/MichaelFCoyle/SharpGPX/issues/9#issuecomment-1114341341", "url": "https://github.com/MichaelFCoyle/SharpGPX/issues/9#issuecomment-1114341341", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
Hm... something is not happy:
GPX file causing the issue. Export from Garmin Basecamp on Windows: You Yangs.txt
Assuming it's a problem with SharpGPX, but it could be me...