I am migrating my project from sdk version 10.2.7 to version 100.5 (C# with WPF). We have several feature layer on a local maschine that we use in our actual application.
When I use the layer with the new sdk I can only see the label but not the symbol. On the server is version 10.6 installed. When I define an other symbol in the source code this symbol is shown on the map. I have attached the definition of the layer in json.
Solved! Go to Solution.
Hi,
I suspect you might be running into the server-side issue introduced with a recent Microsoft Security patch - for more info see https://community.esri.com/community/developers/native-app-developers/blog/2019/07/24/announcing-the...
One easy way to test is to set ServiceFeatureTable.UseAdvancedSymbology to false. If you then see symbols rendered as expected it's likely to be caused by the issue linked above.
Cheers
Mike
Hi,
I suspect you might be running into the server-side issue introduced with a recent Microsoft Security patch - for more info see https://community.esri.com/community/developers/native-app-developers/blog/2019/07/24/announcing-the...
One easy way to test is to set ServiceFeatureTable.UseAdvancedSymbology to false. If you then see symbols rendered as expected it's likely to be caused by the issue linked above.
Cheers
Mike
Hi,
thanks for the repley. I can now see the symbols on my may.
Sandra