The article describes the problem when regsvr32 fails with GraphicsProcesso2002.dll.DescriptionError "LoadLibrary("GraphicsProcessor2002.dll") failed - The specified module could not be found" occurs during registration of the GraphicsProcessor2002.dll (via regsvr32). GraphicsProcessor2002Effects.dll is registered fine.
ReasonYou have not GDI+ library in your system.
SolutionDownload GDI+ from Microsoft site (
http://www.microsoft.com/downloads/release.asp?releaseid=32738) and put gdiplus.dll to the same folder with the GraphicsProcessor2002.dll.
Best regards,
Fedor Skvortsov