In my Silverlight application, I have a map that I drag a GPX and TCX file onto and it populates the route on the map.
When I drag a GPX file onto the map it works, but when i do the same for TCX i get an error. Now if it is a GPX it will call different code than the TCX file.
Here is the error:
How do I understand what assembly it cannot load or what the real issue is? It's not giving me a lot of information.