MissingMethodException w/ Mono
I am aware that typically, MissingMethodException in Mono means that you are referencing a part of the framework that isn't implemented in Mono, even though it is available in the Microsoft .NET framework. However, in this case, I am receiving a MissingMethodException only referring to a method in my own code. However, it only occurs on Mono. Since the exception doesn't contain any of my code until the missing method, I'm not even sure where to begin to look for the issue. Here is the exception: Unhandled Exception: System.MissingMethodException: Method not found: 'ParkingMapper.GeoHash