I'm seeing this exception in release mode only.  I have a fragment that 
implements LoaderManager.ILoaderCallbacks:

public void OnLoadFinished(Loader loader, Java.Lang.Object data)
        {
            switch(loader.Id)
            {
                case PersonnelListLoaderId:
                    this._adapter.SwapCursor((ICursor)data);
                    break;
            }
        }

In release mode the cast to ICursor fails even though it is a CursorWrapper.  
I'm not sure why it happens in release but not debug.  Has anyone seen anything 
like this before?  I thought it might be a linking issue but I have "sdk only" 
selected and the other options didn't help.

Thanks,
Jeremy
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to