WbLogon.exe

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I get an error message saying "WbLogon error(0xc0000142)
What is this and how do I fix?
 
It might be that your application is missing some files. Get FileMon from
http://www.sysinternals.com. Start with
FileMon, and have it running on the XPE system while your app runs. You may
see missing files (files that your app tries to access that return
FILE_NOT_FOUND) - if so, use the Filter capability of Target Designer to
find the components that contain those files, add them to your image, and
rebuild.
--
Hope this helps,

Lynda

"This posting is provided "AS IS" with no warranties, and confers no rights"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top