Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DLL Hell

Status
Not open for further replies.

dpdg

Programmer
May 23, 2005
148
US
I have win applications that have been running for months and all of the sudden I start getting these dll not found errors. I am able to run them on my development maching with no problem, so I know the problem is not with the code.

But on one client's machine they get the 'dll not found' error, then on another client's machine running the same app they get no error.

Obviously, it's because the app is not finding the dll it's looking for. But how do I know where it's supposed to go? And why does it go missing in the first place?

Aren't these dlls all installed in their proper places when the dot net framework is installed?

What steps do I take to rectify the situation?
 
They are the dlls from the framework.
 
Is it possible that the client has installed a newer version of .net? They should be fully backwards compatible,

Try reinstalling the .net framework version that you have developed your app with... (vs2002 = 1.0, vs2003 = 1.1, vs2005 = 2.0...)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top