Share via

error code: 0xc0000135

Anonymous
2010-11-03T21:30:57+00:00

Original title: error code: 00xc0000135

I attempted to do a system restore and when it attempted to restart, the screen went blank and after 10 - 15 min. error message saying "Logon.scr - Application error  Application failed to initialize properly. 0xc0000135.

Windows for home | Windows 11 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2010-11-04T16:01:38+00:00

//

// MessageId: STATUS_DLL_NOT_FOUND

//

// MessageText:

//

// The program can't start because %hs is missing from your computer. Try reinstalling the program to fix this problem.

//

#define STATUS_DLL_NOT_FOUND             ((NTSTATUS)0xC0000135 L)    // winnt

ope nthe logon.scr with the Dependency walker and profile it and look which DLL is missing:

http://blogs.technet.com/b/askperf/archive/2010/06/25/analyze-application-failures-the-easier-way-with-dependency-walker.aspx


"A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/

Was this answer helpful?

6 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2010-11-03T21:52:56+00:00

    Why were you attempting to do a system restore?

    Could your system have an infection?


    • John

    Was this answer helpful?

    0 comments No comments