Rex said:
My computer during boot displays "The application or DLL
C:\windows\system32\NCObjAPI.DLL is not a valid windows image please check
check this against your installation diskette" then it boots very slowly.
It
also operates very slow. Can anyone tell me what that DLL is and how to
fix
it ? I'm running XP pro SP2.
Thanks
Use System File Check to replace corrupt system files. In the command prompt
type the following
Description of Windows XP and Windows Server 2003 System File Checker
(Sfc.exe)
http://support.microsoft.com/?kbid=310747
sfc /scannow
-----
If the error still occurs and you have installed Service Pack 2 and have the
"ServicePackFiles" in the following location:::
c:\windows\servicepackfiles
then type the following in the run dialog box:
cmd /k copy %systemroot%\servicepackfiles\i386\ncobjapi.dll
%systemroot%\system32
The above command is all one line.
----
If you do not have the "ServicePackFiles" folder then insert your Windows XP
CD into the cd drive and type the following in the command prompt.
expand cddriveletter:\i386\ncobjapi.dl_ %systemroot%\system32
The above command is all one line.
----
You could also use the dllcache folder to replace the file. Type the
following in the Run dialog box:
cmd /k copy %systemroot%\system32\dllcache\ncobjapi.dll
%systemroot%\system32
The above command is all one line.