VS 2008 Adbefla2html5.exe Application Error

Asked By 0 points N/A Posted on -
qa-featured

Hi guys,

I had the visual studio 2008 installed because I couldn’t force my AIR installer to include the VS redist installer and sub-launch it. I then tried to convert a file and I still got this error message:

application was unable to start correctly (0xc0150002)

Adbefla2html5.exe – Application Error

The application was unable to start correctly (0xc0150002). Click OK to close the application.

                                                                                                                                                                OK

 

Any help guys!?

SHARE
Best Answer by BrownAnna
Answered By 5 points N/A #123703

VS 2008 Adbefla2html5.exe Application Error

qa-featured

Hi Sally,

To resolve this error: Adbefla2html5.exe – Application Error. You need to download and to install the MS Visual C++ 2008 installer. Check this link: http://www.microsoft.com/en-us/download/details.aspx?id=29

Since you already installed the Visual Studio 2008 on your computer, you need to uninstall it from the Control Panel/ Programs/ Uninstall a Program. Highlight the said software to select it then click on Uninstall/ Change button. After which, click on the DOWNLOAD button and simply follow the prompts to complete the entire process. You may restart the computer for the change to take effect.

Hope this helps!

Best Answer
Best Answer
Answered By 5 points N/A #123704

VS 2008 Adbefla2html5.exe Application Error

qa-featured

Hello sally,

This error particularly comes due to the run time libraries. To resolve this issue you need to make a setup as the sub project in your main project so that all of your output projects comes in a single deployment project. This can be done in few steps:

1- Go to Visual Studio and right click on the solution

2- Now here add a new project

3- Select 'Setup and Deployment'

4- Make a solution as the sub project in your main project by right clicking and checking the dependencies.

This might help you in getting rid of the error.

Thanks

Related Questions