The application failed to initialize properly(0xc00000fd)

Hello,

Previously we were using VS6 to build our applications. Recently we moved to VS2005. We are still using the beta.

After builds when we run the application we got errors which mentioned unable to find dll entry point for some functions in msvcr80.dll. We found some old msvcr80.dll in c:\winnt\system32.

The build manifest file uses 8.0.50215.4652. We replaced the dll in system 32 with 8.0.50215.44 which was available in the sdk/bin directory.

Now when we run the application we get the error The application failed to initialize properly(0xc00000fd)

Any clues

-Ram



Answer this question

The application failed to initialize properly(0xc00000fd)

  • hhampa

    You should be using the dlls in the winSxs directory. Please make sure to upgrade to the released bits since lots of changes and fixes were applied in the related area.

    Thanks,
    Ayman Shoukry
    VC++ Team


  • The application failed to initialize properly(0xc00000fd)