Spybot reporting framedyn.dll not found after SP3 reinstall

After re-installing SP3 on my XP box while trying to figure out a different software issue I started getting the following dialog message alert while starting Spybot.

Show Plain Text
Text code
  1. framedyn.dll not found

I found this MS document that covers this topic 319114.

After verifying that the %SYSTEMROOT%\System32\wbem\framedyn.dll file was there I checked that the system path variable contained the %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\wbem paths.

I didn't pick it up at first but I found in the MS document they talk at the start about the path containing Wbem and then later in the document talk of it as wbem. I then verified that the %SystemRoot%\system32\wbem folder was lower case and then checked the system path variable had an upper case 'W' now and changed it back to lower case. The re-install must have changed this setting.

A good check to verify the path is the problem is to type "ping" at a command prompt. If you get the following error you have a path problem :-

Show Plain Text
Text code
  1. 'ping' is not recognized as an internal or external command, operable program or batch file.

All in all thank again MS for a great user experience.....arrrgggh

Filed under: Windows  Tags: Xp

0 Responses to “Spybot reporting framedyn.dll not found after SP3 reinstall”

Sorry, comments have been closed for this post.
(default) 11 queries took 7 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `posts`17171
2DESCRIBE `comments`11111
3DESCRIBE `tags`221
4DESCRIBE `categories`221
5DESCRIBE `posts_tags`221
6DESCRIBE `categories_posts`221
7SELECT `Post`.`id`, `Post`.`url`, `Post`.`title`, `Post`.`icon`, `Post`.`metadesc`, `Post`.`metakeys`, `Post`.`categories`, `Post`.`tease`, `Post`.`body`, `Post`.`private_body`, `Post`.`created`, `Post`.`modified`, `Post`.`status`, `Post`.`allow_comments`, `Post`.`tags`, `Post`.`hitcount`, `Post`.`hitcount_rss` FROM `posts` AS `Post` WHERE `Post`.`url` = 'spybot-reporting-framedyn-dll-not-found-after-sp3-reinstall' LIMIT 1110
8SELECT `Comment`.`id`, `Comment`.`post_id`, `Comment`.`body`, `Comment`.`author`, `Comment`.`url`, `Comment`.`email`, `Comment`.`ip`, `Comment`.`status`, `Comment`.`junk_score`, `Comment`.`created`, `Comment`.`modified` FROM `comments` AS `Comment` WHERE `Comment`.`status` = 2 AND `Comment`.`post_id` = (46) 001
9SELECT `Tag`.`id`, `Tag`.`tag`, `PostsTag`.`post_id`, `PostsTag`.`tag_id` FROM `tags` AS `Tag` JOIN `posts_tags` AS `PostsTag` ON (`PostsTag`.`post_id` = 46 AND `PostsTag`.`tag_id` = `Tag`.`id`) 110
10SELECT `Category`.`id`, `Category`.`category`, `CategoriesPost`.`post_id`, `CategoriesPost`.`category_id` FROM `categories` AS `Category` JOIN `categories_posts` AS `CategoriesPost` ON (`CategoriesPost`.`post_id` = 46 AND `CategoriesPost`.`category_id` = `Category`.`id`) 110
11UPDATE `posts` AS `Post` SET `Post`.`hitcount` = Post.hitcount + 1 WHERE `Post`.`id` = 4610