PDA

View Full Version : application has failed to start because the application configuration is incorrect



Narthan
6th October 2015, 15:04
Hello all..

i am working Qt with visual studio 5 in windows system, when i created application it works fine in my system, but when i executed the same EXE file it shows error like

this application has failed to start because the application configuration is incorrect please see the application log...

i checked with VC redistributed , added dll files to the exe folder,

please help to solve this issue..



thank you

d_stranz
6th October 2015, 16:12
Read Qt for Windows - Deployment (http://doc.qt.io/qt-5/windows-deployment.html). Skip down to "Creating the Application Package" near the middle of the link. You might find the Windows Deployment tool useful also.

Narthan
7th October 2015, 06:13
ya i tried that.. not working

Added after 46 minutes:

it is working in other system that have installed visual studio 5, but not other systems, some one please help me to solve this

Lesiok
7th October 2015, 06:40
What version You are trying : debug or release ?

Narthan
7th October 2015, 07:47
Ohh thank you..
till now i used in debug mode..
thank you its working in release mode.. :)