The assertation is a failure of the program which is using that dll. So you need to debug your app and remove that bug.
Take a
First look at the Visual Studio Debugger to better understand that tool and its features.
Find the place where the assert occurs and than figure out why it happens. Often it is an invalid handle in startup or exit code.