Hello,
I'm trying to add a feature layer to a map in a silverlight application. I need to be able to display attributes, map tips etc. and individual selections using point geometry.
I'm currently pointing the feature layer to a rest service which does "not" have feature access enabled. Running the application does not produce an error, but does not display any of the point data.
On the other hand, if I create a dynamic layer and point toward the same service, the points show up.
I'm assuming my issue is related to the lack of feature access in my map service. Is that correct?
If that is correct, is there any way to create a feature layer with SQL Server data that is not registered with SDE? This is the reason that I cannot enable feature access when creating my service.
I would greatly appreciate any help with this. Also, I would appreciate if anyone has a better way of accomplishing my goal.