FastAndroidCamera
FastAndroidCamera copied to clipboard
System.TypeLoadException
Hello,
if i instanciate the class: this.previewNonMarshallingCallback = new mPreviewNonMarshallingCallback(); The following exception is thrown:
Unhandled Exception:
System.TypeLoadException: Could not load type 'FastAndroidCamera.INonMarshalingPreviewCallbackInvoker' from assembly 'FastAndroidCamera, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
I'm observing the same error - but only when using your sources directly. Works fine from NuGet. I guess there are some project settings.