Ordinal Not found Problem

  • Thread starter Thread starter seraji
  • Start date Start date
S

seraji

My PC time to time Shows the message "Ordinal not found" , "Ordinal 690
could not be located MSVBVM60.DLL". How could I solve this problem? Please
help
 
seraji said:
My PC time to time shows the message "Ordinal not found", "Ordinal 690
could not be located MSVBVM60.DLL". How could I solve this problem? Please
help.

Click Start, Run, type

SFC /SCANNOW

... click OK. If any files are damaged or missing, they'll be replaced.
You may need to reboot before replaced files will be used.
 
seraji said:
My PC time to time Shows the message "Ordinal not found" , "Ordinal 690
could not be located MSVBVM60.DLL". How could I solve this problem? Please
help

This means that some application is wanting a function that isn't in the
version of that file present on your system.

That file is a Visual Basic 6 runtime module. If you can identify the app
that is producing the error, reinstalling it should help.

HTH
-pk
 
Back
Top