Results 1 to 10 of 10

Thread: framedyn.dll not found, loads anyway

Hybrid View

Previous Post Previous Post   Next Post Next Post
  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,484
    Last edited by Zenobia; 2006-02-16 at 02:37.

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

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

  8. #8

Posting Permissions

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