Hi
Ive spent almost 3 days trying to get passed the following error - so I really hope someone here can help.
I am getting the following error:
component SimpleMarkerSymbol is defined more than once in this namespace. Remove the mapping to com.esri.ags.symbol:SimpleMarkerSymbol or com.esri.ags.symbols:SimpleMarkerSymbol
I have searched through the project for "com.esri.ags.symbol:SimpleMarkerSymbol", but cannot find even one reference, so I dont know how I can remove it.
When I bring up the class browser (Shfit + Ctrl + T) I get two results for SimpleMarkerSymbol. One result leads to the GeoPortalSearchWidget.swc and the other to the agslib-2.3.1-2011-04-26.swc.
If I remove the GeoPortalSearchWidget.swc then I get about 300 errors - so it seems I need this library.
Even if I comment out all references to SimpleMarkerSymbol I still get the same number - 20 - of errors. The errors do not have a location, just project errors.
Do I need to get an updated version of GeoPortalSearchWidget.swc? If so, where would I get a new version from?
Thanks