PC Review


Reply
Thread Tools Rate Thread

Can't get File to Register

 
 
=?Utf-8?B?cmljaw==?=
Guest
Posts: n/a
 
      19th Apr 2007
"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
 
Reply With Quote
 
 
 
 
=?Utf-8?B?bmFzcw==?=
Guest
Posts: n/a
 
      19th Apr 2007


"rick" wrote:

> "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


Hi Rick,
MFC 7.1 cannot register some components in your MFC application if you
specify a NULL external_name parameter
http://support.microsoft.com/kb/835428/
http://msdn2.microsoft.com/en-us/library/aa984696(VS.71).aspx
http://www.liutilities.com/products/...library/mfc71/
Try to Scan for malwares and Viruses on this machine and it will be better
if you mentioned what application/program is looking for this DLL, is it net
framework, Visual Basic, Outlook or an Anti-Virus..etc..
Try to re-register this way:
Open a run command and type in:
regsvr32 mfc71.dll click [OK]
Also run disk cleanUp and Run this command:
sfc /scannow click [OK]
HTH.
Let us know.
nass
===
www.nasstec.co.uk

 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      19th Apr 2007
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 newsB1E149E-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


 
Reply With Quote
 
=?Utf-8?B?cmljaw==?=
Guest
Posts: n/a
 
      20th Apr 2007


"Wesley Vogel" wrote:

> 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 newsB1E149E-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

>
> Thanks for the help. I'll let you know what happens.

 
Reply With Quote
 
=?Utf-8?B?cmljaw==?=
Guest
Posts: n/a
 
      17th May 2007
Finally got this fixed. It involved copying the MFC71U.DLL file manually from
a program install directory to the system32 directory. Additional information
that may be helpful follows:

For some reason unknown to us on your machine, the Operating system would
not allow us to copy the

MFC71U.DLL file to the system32 directory.



We used a program called “Dependency Walker” to check the
DockingPane.unicode.ocx file that would not register.

This is a valuable program that we just got our hands on. We found reference
to it on Microsoft.com:

www.dependencywalker.com

DW showed us that the MFC71U.DLL was missing from the system32 directory.

MFC71U.DLL is the module that contains the Microsoft Foundation Classes (MFC)

functions used by applications created in Microsoft Visual Studio


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to register an OCX file bill@love.ranch Windows XP General 1 12th Nov 2008 10:14 PM
[HELP]Register doesn't allow install-programs to register dll-file =?Utf-8?B?Q29tcGFjdA==?= Windows XP Help 2 3rd Jul 2007 02:00 PM
why i cannot register this dll file =?Utf-8?B?ZnJhbms=?= Windows XP General 1 30th Mar 2006 07:51 AM
register a file extension with File Explorer Ven Microsoft C# .NET 2 14th Dec 2003 09:19 PM
How to register and OCX file Eric Windows XP General 2 30th Nov 2003 06:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:01 PM.