DllRegisterServer may not be exported or corrupted

Asked By 40 points N/A Posted on -
qa-featured

Hi,

I have installed SegSvr 32 to install and register some DLL file on my Windows XP (X32) and when I want to run it this error message prompter on my desktop. I tried to reinstall the program, but this error continues to appear. Please help me to install this properly and tell why I can’t install the DLL files without getting any error.

Thanks !

 

 

RegSvr32

C: WINNTsystem32xvidcore.dll was loaded, but the DllRegisterServer entry point was not Found.

DllRegisterServer may not be exported, or a corrupt version of C:WINNTsystem32xvidcore.dll may be in memory. Consider using PView to detect and remove it.

SHARE
Answered By points N/A #181094

DllRegisterServer may not be exported or corrupted

qa-featured

Hello,

This error is occurring because “xvidcore.dll” is corrupted. Restart your PC then try the followings.

Download the latest XviD Video Codec from here. Then, try to see if your problem is solved.

Open Command Prompt. Then run these commands:

regsvr32 /u xvidcore.dll

regsvr32 xvidcore.dll

This will unregister the file and then again will register “xvidcore.dll”.

If this still doesn’t work,

regsvr32 /i /n xvidcore.dll

Another cause might be for viruses. Download any of these antivirus softwares and then clean up your system.

Related Questions