PDA

View Full Version : load & run error



ningauble42
2007-12-31, 03:52
I am getting this strange error. When I install and/or run the program I get this error where it can't find framedyn.dll file. However, the file does exist on my computer in two different places. One in \i386, the other in windows\systems32\wbem

Does this file need to be somewhere else? Even though I get this error, the program actually seems to be working.

md usa spybot fan
2007-12-31, 05:57
The problem is usually caused by a bad path to the Framedyn.dll file rather than a missing Framedyn.dll file. Please read the following Microsoft Knowledge base article:
"Application Has Failed to Start Because Framedyn.dll Was Not Found" Error Message When You Open the System Properties Dialog Box
http://support.microsoft.com/default.aspx?scid=kb;en-us;319114
Also see:
framedyn.dll not found, loads anyway
http://forums.spybot.info/showthread.php?t=2458

ningauble42
2008-01-05, 06:40
OK, I went through all the steps that were in previous links and none of them worked.

I then did a comparison between two different computers - one that worked and one that did not.

The difference was that on the non-functional one the registry Path was designated as a REG_SZ type, which I guess means a fixed length, where the working one was designated as a REG_EXPAND_SZ type which I guess means it is a variable length.

So I just deleted the existing one and created a new one with the REG_EXPAND_SZ type and the problem went away

Ningaube42