How do I resolve 'Dependent Assembly could not be found' in 64-bit version of 'PDFNet for .NET'?

Q: Today I tried out your 64-bit version of PDFNet for .NET by
downloading the trial and compiling your PdfViewSimple sample. I get
an exception that some DLL is missing:

Dependent Assembly:
Microsoft.VC90.CRT,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8"
could not be found. Please use sxstrace.exe for detailed diagnosis.
-----------
A: This error means that your machine is missing standard Microsoft VC
runtime. You could download & install VC 64-bit redistributable using
the following link:

  http://www.microsoft.com/downloads/details.aspx?familyid=BD2A6171-E2D6-4230-B809-9A8D7548C1B6&displaylang=en

  or search for "VC Redistributable" under Microsoft downloads.

Note: VC Redistributable is not required in 32-bit version of PDFNet