Results 1 to 10 of 10

Thread: framedyn.dll not found, loads anyway

  1. #1
    Junior Member
    Join Date
    Feb 2006
    Posts
    3

    Default framedyn.dll not found, loads anyway

    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\

  2. #2
    Spybot Advisor Team Zenobia's Avatar
    Join Date
    Oct 2005
    Posts
    5,483
    Last edited by Zenobia; 2006-02-16 at 02:37.

  3. #3
    Spybot Advisor Team Zenobia's Avatar
    Join Date
    Oct 2005
    Posts
    5,483

    Default

    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

  4. #4
    Esteemed Member
    Join Date
    Oct 2005
    Posts
    554

    Default

    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...b;en-us;319114

    Verify System Variables
    1. 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.
    2. In the System Properties dialog box, click the Advanced tab.
    3. Click Environment Variables.
    4. 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.
    5. 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.
    6. Click OK three times (each time that you have the option).

  5. #5
    Junior Member
    Join Date
    Feb 2006
    Posts
    3

    Default

    gah, well, I had been screwing with my paths.
    *mutters unkind words about Sun Java dev*

  6. #6
    Junior Member
    Join Date
    Mar 2008
    Posts
    1

    Default separate the paths!

    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 )
    Last edited by TaRaKsIaS; 2008-03-04 at 09:07. Reason: Made mistakes

  7. #7
    Junior Member
    Join Date
    Aug 2007
    Posts
    2

    Default framedyn.dll error

    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.

  8. #8
    Junior Member
    Join Date
    Sep 2009
    Posts
    1

    Default malformed path from 3rd party

    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...hreadID=133382

  9. #9
    Junior Member
    Join Date
    Oct 2009
    Posts
    1

    Default "framedyn.dll not found" easy cure

    I tried messing with registry, but it didn't work......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. Hope it works for you. Take care, be good, KE8PA

  10. #10

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •