You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library is working fine during development time, i am using Visual studio 2019 for development on Windows 10, i deployed my solution to IIS and it works fine.
But when I deploy it to actual server that is Windows Server 2012, the application is crashing as soon as the code makes a request to Dlib.GetFrontalFaceDetector();
I checked the application logs and its raising error saying, Faulting module name: DlibDotNetNative.DLL, version: 19.21.0.0, time stamp: 0x5fba02e3
Any leads or possible solutions to this?
The text was updated successfully, but these errors were encountered:
Hi,
The library is working fine during development time, i am using Visual studio 2019 for development on Windows 10, i deployed my solution to IIS and it works fine.
But when I deploy it to actual server that is Windows Server 2012, the application is crashing as soon as the code makes a request to Dlib.GetFrontalFaceDetector();
I checked the application logs and its raising error saying, Faulting module name: DlibDotNetNative.DLL, version: 19.21.0.0, time stamp: 0x5fba02e3
Any leads or possible solutions to this?
The text was updated successfully, but these errors were encountered: