This is one of the stranger issues I've had to troubleshoot. Customer decided they were going to identify their administrative users with a # symbol (which I shall call a hash, rather than repeatedly trying to type octothorpe without laughing out loud). Here's what happens if your administrative...
Problem Static members don't seem to be recognised unless you fully qualify the class name. For example, this code causes a compilation error to the effect that ByScale cannot be resolved as a member of Map: imgUrl = Map .ByScale[scale].Projection.GetTilename(position); This, on the other hand, compiles...