Microsoft Visual C++ Runtime Library - Assertion Failed
-
I've got VS Qt 5.02 installed on my system. I've imported a project which is developed on other system (same Qt development environment setup) . Cleaned the project, Run qmake, Rebuild the project. (All this is needed to run this project).
This project has 2 sub projects 1) HTML flavor. 2) QML flavor. HTML sub project runs in debug mode and not in release mode. QML project does not run on both. The same app is running on other Desktop PC in our LAN.
The error thrown is "Microsoft Visual C++ Runtime Library - Assertion Failed".
Need some help.