If you have ever done any software development under Microsoft Windows you have probably come across this famous error message:
System.IO.FileNotFoundException : Could not load file or assembly 'Acme.dll' or one of its dependencies. The specified module could not be found."
Naturally, when you see this message, you check whether Acme.dll is there, and what you usually discover is that the file is in fact there.
When dealing with computers, most error messages that you see tend to leave some room for troubleshooting, but when the system is reporting that a certain file does not exist, while the file is most certainly there, there is nothing to troubleshoot: the situation looks completely hopeless. The computer says black, but what you clearly see with your own eyes is white. You have just started, and you are already at an impasse. You are stymied.
Read more »
