How to go around 'specified module could not be found' error?

Q: How to go around 'specified module could not be found' error? This
occurs only on Windows 2000 system.
----
A:

This error message usually appears when Windows 2000 can't locate
GDIPLUS.DLL (i.e. GDI+). GDI+ is a standard part of XP and above, but
is not part of W2K. For more information, please see
http://www.pdftron.com/net/faq.html#pdfnet_missing_dll.

Try to search for 'gdiplus.dll' in your .NET Framework folder and then
copy it to 'Window/System32' (alternatively you can add the path to
gdiplus.dll to path environment variable, etc).