Hello,
I am working with Map Suite MVC 7.0 in Visual Studio 2012 . I am trying to add markers to an InMemoryMarkerOverlay, but the markers are failing to show on the map. The issue is caused by an exception occurring in the opl_GeoResource.axd, however, I am finding this extremely difficult to debug as it is minified. I have included the error below.
Is there a way to view and debug the resources in a readable manner?
Here is the exception object thrown:
a: Syntax error
description:
"Syntax error"
message:
"Syntax error"
number: -2146827286
stack:
"SyntaxError: Syntax error\n at AddMarkersByAjax (<a href="localhost">localhost</a>:50708/ACCESSBeta2/helper_GeoResource.axd:162:5)\n at onComplete (<a href="localhost">localhost</a>:50708/ACCESSBeta2/parser_GeoResource.axd:675:25)\n at respondToReadyState (<a href="localhost">localhost</a>:50708/ACCESSBeta2/opl_GeoResource.axd:1021:587)\n at onStateChange (<a href="localhost">localhost</a>:50708/ACCESSBeta2/opl_GeoResource.axd:1019:421)\n at Anonymous function (<a href="localhost">localhost</a>:50708/ACCESSBeta2/opl_GeoResource.axd:19:167)"