FastAndroidCamera icon indicating copy to clipboard operation
FastAndroidCamera copied to clipboard

System.TypeLoadException

Open frixos25 opened this issue 7 years ago • 1 comments

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'.

frixos25 avatar Dec 01 '17 23:12 frixos25

I'm observing the same error - but only when using your sources directly. Works fine from NuGet. I guess there are some project settings.

MihaMarkic avatar Nov 05 '19 13:11 MihaMarkic