File not found exception

After successfully deploying a Web Forms application, you might see an error such as the following when you try to run the application: “System.IO.FileNotFoundException: The specified module could not be found”. This is typically because IIS cannot locate PowerBuilder runtime DLLs, such as pbdwm110.dll or pbshr110.dll, but it can also occur if the Microsoft Visual C++ runtime libraries msvcr71.dll and msvcp71.dll and the Microsoft .NET Active Template Library (ATL) module, atl71.dll, are not available on the server. To resolve this issue, make sure the DLLs are available on the server and that the directory where the DLLs are located is included in the system path on the server. [CR 469506]