Skip to main content

Posts

Showing posts with the label osx-snow-leopard

MonoTouch - type load exception, updated program not registered in simulator

I've installed trial version of MonoTouch, and I'm evaluating it for use. This strange error has occurred: Could not load 'MyProductName' for registration. This could be due to an outdated assembly kept by the simulator, location: /PathToMyProduct Followed by: A type load exception has occurred. My guess is that, somehow some assembly is not up to date. So I've tried to remove it from the given path. But still it's there. So I performed a purge (reinstalled MonoTouch, removed binary build path, in simulator path, uninstalled from simulator, reset simulator, and finally restarted the OSX). But still it's there. Any hints on how to solve this peculiar problem? regards, Kate