| Author |
filemgmt.dll missing error..."Please Help"
|
|
|
| Hi Everybody:
I recently installed Visual Studio 6.0 with sp6 into Windows XP with sp2.
When I compiled a recent Visual Basic program a new error develops:
“MISSIING: FILEMGMT 1.0 Type Library. C:\WINNT\System32\filemgmt.dll”. I
used the browser to add the file and recompile the program but the same error
shows up again.
Can anyone help?
Thanks
KAB
| |
|
|
"KAB" <KAB@discussions.microsoft.com> wrote in message
news:82D0FE15-254F-46E9-B48F-124A8065B77D@microsoft.com...
> Hi Everybody:
>
> I recently installed Visual Studio 6.0 with sp6 into Windows XP with sp2.
> When I compiled a recent Visual Basic program a new error develops:
> "MISSIING: FILEMGMT 1.0 Type Library. C:\WINNT\System32\filemgmt.dll". I
> used the browser to add the file and recompile the program but the same
error
> shows up again.
>
> Can anyone help?
> Thanks
> KAB
>
Your choices are (not necessarily in order):
1) Manually register the component.
2) Reduce the number of startup components.
(Run spyware, virus-checker, registery utilities, etc - effectively make
sure you box is clean as possible and something else has sneaked in.)
2) Attempt to discover the version you have on your system and download a
replacement and manually register it. (Only occasionally works.)
3) Reinstall the operating system.
hth
-ralph
| |
|
| Oops.
g/"make sure you box is clean as possible and something else has sneaked
in."/"make sure your startup is as clean as possible and that something else
has NOT sneaked in."/s
-ralph
| |
|
| Hi Ralph:
I've already done #2 and #3 several times with no effect. I don't know how
to register the .dll manually. If it's realitively simple to do, could you
tell me how?
Thanks
KAB
"Ralph" wrote:
> Oops.
>
> g/"make sure you box is clean as possible and something else has sneaked
> in."/"make sure your startup is as clean as possible and that something else
> has NOT sneaked in."/s
>
> -ralph
>
>
>
| |
| Jeff Johnson [MVP: VB] 2006-01-27, 6:56 pm |
|
"KAB" <KAB@discussions.microsoft.com> wrote in message
news:DDB136B9-FD11-42FA-B124-CF021D267118@microsoft.com...
> I've already done #2 and #3 several times with no effect. I don't know
> how
> to register the .dll manually. If it's realitively simple to do, could
> you
> tell me how?
From a command line or the Start | Run box:
REGSVR32 C:\WINNT\System32\filemgmt.dll
| |
|
| Hi Jeff:
Thanks, I ran the command you sent me. My computer replied the registration
was successfull but when I recompiled and ran my program, the filemgmt.dll
was still listed as "MISSING" - no changes.
Thanks for the quick computer lesson.
Kurt
"Jeff Johnson [MVP: VB]" wrote:
>
> "KAB" <KAB@discussions.microsoft.com> wrote in message
> news:DDB136B9-FD11-42FA-B124-CF021D267118@microsoft.com...
>
>
> From a command line or the Start | Run box:
>
> REGSVR32 C:\WINNT\System32\filemgmt.dll
>
>
>
| |
| Jeff Johnson [MVP: VB] 2006-01-27, 6:56 pm |
|
"KAB" <KAB@discussions.microsoft.com> wrote in message
news:7BDE585C-B7DD-4C0B-A284-B0205E5CA352@microsoft.com...
> Thanks, I ran the command you sent me. My computer replied the
> registration
> was successfull but when I recompiled and ran my program, the filemgmt.dll
> was still listed as "MISSING" - no changes.
Uncheck that item. Then use the Browse button and find your DLL.
| |
|
| OK.....that got it. Thanks for your help. I really appreciate it.
Good Luck
Kurt
"Jeff Johnson [MVP: VB]" wrote:
>
> "KAB" <KAB@discussions.microsoft.com> wrote in message
> news:7BDE585C-B7DD-4C0B-A284-B0205E5CA352@microsoft.com...
>
>
> Uncheck that item. Then use the Browse button and find your DLL.
>
>
>
|
|
|
|