Missing Ordinal 175

M

Mike

I recieved the error message "The ordinal 175 could not
be located in the dynamic link library...userenv.dll". I
have searched all the technet sites and have not found
that exact message. Other ordinal messages were found
but not this one. Has anyone else ran into this problem?
 
J

John Wunderlich

I recieved the error message "The ordinal 175 could not
be located in the dynamic link library...userenv.dll". I
have searched all the technet sites and have not found
that exact message. Other ordinal messages were found
but not this one. Has anyone else ran into this problem?

Each entry point in the .dll is given an ordinal number that can be
used to call that entry. In my version of W2K SP3, userenv.dll only
has ordinals in the range of 100-161. My Guess: This kind of error
would indicate a version mismatch between either the program you are
running and the OS (program written for different version of
Windows) or between .dll files (e.g. you accidently restored a .dll
file with an earlier version that does not agree with your current
version of userenv.dll).

Good Luck,
John
 

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

Top