Are you sure that MFC71.dll is in c:\Windows\system32. The three copies
that I have are loctated elsewhere.
C:\Program Files\CyberLink\Power2Go\MFC71.dll
C:\Program Files\Grisoft\AVG7\MFC71.dll
C:\Program Files\Microsoft Works\MFC71.dll
If a .dll file is not in System32 you have to include the path in the
command. For example...
regsvr32 "C:\Program Files\Microsoft Works\MFC71.dll"
Use double quotes (") if there are spaces in the path, or the command will
fail with this message...
LoadLibrary("C:\Program") failed - The specified module could not be found.
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news

B1E149E-3C21-4E27-85E1-(E-Mail Removed),
rick <(E-Mail Removed)> hunted and pecked:
> "In talking with System Engineering, we found on your system, this
> problem is due to the MFC71.dll file in the c:\Windows\system32 directory
> not being registered. If your System Admin tries to register this file,
> it will fail. This is an OS file"
>
> Anyone know how to get this file to register? Nothing seems to work.
> Thanks