I'm getting the compile time error:
ERROR: For input string: "Activity"
<settings> <setting propertyKey="@Properties.Metric" title="@Strings.MetricLabel"> <settingConfig type="list"> <listEntry value="Activity">@Strings.ActivityLabel</listEntry> <listEntry value="Calories">@Strings.CaloriesLabel</listEntry> </settingConfig> </setting> <settings>
I can't figure out why it is complaining about the "Activity". It seems to be a general error, not specific to that entry. If I change the order of my listEntry and put "Calories" first in the list, the error message will be 'ERROR: For input string: "Calories"'.
Is there a way to get more verbose output as to what the problem is. All my resource files appear to be parsing correctly