-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hello
I am trying to create a Face Recognition Bot. I have downloaded the repo from the git hub here: https://github.com/monajalal/FaceTracking/tree/master/FaceID . But eventually while running the code we are encountering with this type of error.
error: An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in PresentationFramework.dll
And what i found is, i am unable to add the libpxccpp2c.dll file as a reference into my solution and getting this error.
error: A reference to 'E:\FaceTracking-Master\FaceID\FaceID\bin\Release\libpxccpp2c.dll' could not be added. please make sure that the file is accessible, and that it is a valid assembly or COM component.
May be the issue is with that dll i think.
Please suggest any help to resolve this issue.
Thanks and Regards,
Ravi