PDA

View Full Version : framedyn.dll not found, loads anyway



PlNGY
2006-02-16, 01:21
I get an alert that framedyn.dll is not found, but the program loads and updates anyway.

I suspect that it was last night's windows update that has done this.

I've located the file, it's in C:\windows\system32\wbem\

Zenobia
2006-02-16, 01:34
Have a look here:
http://forums.spybot.info/showthread.php?t=668

and here:
http://forums.spybot.info/showthread.php?t=2170&highlight=framedyn.dll

Zenobia
2006-02-16, 02:01
p.s.-about link number 2-
in cmd,rather than-
dir %systemroot%system32wbemframedyn.dll
try:dir %systemroot%\system32\wbem\framedyn.dll instead.
add slashes.
copy %systemroot%\system32\dllcache\framedyn.dll %systemroot%\system32\wbem\framedyn.dll /y


Sorry :o

bitman
2006-02-16, 04:11
I have never seen a case where the framedyn.dll file was missing from the Wbem folder, though obviously this would be a problem, the issue has always been due to something wrong with the path.

In a few cases the path has an obvious issue like the Wbem folder missing or bad syntax created when an old program added itself to the path, but even this is rare. The most common cause, is a path variable damaged apparently invisibly by the modification of the data type from REG_EXPAND_SZ to REG_SZ, again by an old Windows 9x program. This means the Path looks entirely correct visually, but is really 'broken' behind the scenes, since the REG_SZ value is ignored by Windows 2000/XP.

To prove this is the case, simply open a Command Prompt and type 'Ping' followed by Enter. You will receive a "'ping' is not recognized" error message since it can't be found in the system32 folder, which should be in the Path.

Fortunately, this problem is really easy to fix, just slightly modify the instructions from the Microsoft Knowledge Base article.
http://support.microsoft.com/default.aspx?scid=kb;en-us;319114

Verify System Variables

Click Start, right-click My Computer, and then click Properties on the shortcut menu that appears. If you receive the following error message, click OK:

rundll32.exe - Unable To Locate Component


This application has failed to start because framedyn.dll was not found. Re-installing the application may fix this problem.
In the System Properties dialog box, click the Advanced tab.
Click Environment Variables.
Under System variables, click Path, and then click Edit.


NOTE: If no Path variable is listed, click New. In the Variable name box, type Path.
In the Variable value box, type the following:

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\wbem

Note: If the Path already appears correct, simply change or add one letter, finish these instructions, then repeat them to change the letter back. This will overwrite the incorrect REG_SZ type with the proper REG_EXPAND_SZ.
Click OK three times (each time that you have the option).

PlNGY
2006-02-23, 04:09
gah, well, I had been screwing with my paths. :mad:
*mutters unkind words about Sun Java dev*

TaRaKsIaS
2008-03-04, 08:06
PlNGY if you are using java to program set the path to this:

Variable name: Path
Variable value: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\wbem

This is the variable value given by Bitman and it works for me perfectly. I can execute Java and Command Prompt commands and the Spybot problem is gone! :)

Cheers Bitman )

0nedring
2008-04-22, 10:05
Hello,

After trying all of the suggested fixes described here and on the Microsuck support page, this is what worked for me...

Right click on My Computer
Click Advanced Tab
Click Environment Variables button
Click Path in bottom display
Click Edit
at the end of the path line, add a semicolon if there isn't one.
place this after the semicolon:

%SystemRoot%\system32\wbem\framedyn.dll

Click OK until back to desktop. should be fixed.

GopherBaroque
2009-09-19, 18:02
this thread helped me spot that a third-party app (GNU plotter) appended to the path without including the semi-colon separator. Funny that I should use the computer for months before encountering this as an error. Another version of this question may be found at http://forums.cnet.com/5208-6142_102-0.html?threadID=133382

KE8PA
2009-10-02, 11:48
I tried messing with registry, but it didn't work...:oops:...so I searched for framedyn.dll and found it (in the system 32 folder) copied it and pasted it into the Program files Spybot folder. Works here on XP SPII.:yes: Hope it works for you. Take care, be good, KE8PA :rockon:

Zenobia
2009-10-02, 21:42
Hi. :)
Please see this post:
http://forums.spybot.info/showpost.php?p=336786&postcount=28

From this thread:
http://forums.spybot.info/showthread.php?t=668&page=3