Jump to content

Are all Windows Code listed in MS Knowledge Base ?


xtremee

Recommended Posts

Hi all,

I have one Question: Are all Windows Code listed in MS Knowledge Base ?

This bcoz i get code no 0xc0150004 so the first thing i go to MS Knowledge Base but i can't find it then i googled and found that it related to some java but it don't actually help me and i try to fix it my self. If find that this code related to missing files in winsxs in Windows directory.

So, On what bases Windows genertate this code if some of this codes doesn't exit in Knowledge Base.

Hope any one can help me to understand this.

Regards,

Xtremee

Link to comment
Share on other sites


They aren't all there - some of them are only in the .h files you get with the SDKs and Visual Studio, etc.

As to your error code, here's the error:

  STATUS_SXS_ASSEMBLY_NOT_FOUND								  ntstatus.h
# The referenced assembly is not installed on your system.
# as an HRESULT: Severity: FAILURE (1), FACILITY_DPLAY (0x15), Code 0x4
# for hex 0x4 / decimal 4

ERROR_TOO_MANY_OPEN_FILES winerror.h
# The system cannot open the file.
# 2 matches found for "0xc0150004"

Link to comment
Share on other sites

Where i can find this .h file?

Well in this case, you need to find the files ntstatus.h or winerror.h

Sometimes I find MSDN's a little tricky when it comes to finding header (.h) files, so I consult the .h files that come with something like WINE or SAMBA.

Also - if you know the name of the file you're looking for, try a google search for the filename with the option of - intitle:"index of"

You can often find what you want this way:

http://www.google.com/search?q=ntstatus.h+...A%22index+of%22

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...