Resolving dependency problem related to 64-bit version of "PDFNet for .NET "

Q: today I tried out your 64 bit version of pdfnet by downloading the
trial and compiling your PdfView sample.

However I get an exception:

“Dependent Assembly … Microsoft.VC90.CRT … could not be found”

The following is the full event log output:

Activation context generation failed for “C:\temp\PDFView\PDFNet.dll”.
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.

The output from sxstrace is the following:

Begin Activation Context Generation.
Input Parameter:
Flags = 0
ProcessorArchitecture = AMD64
CultureFallBacks = en-US;en
ManifestPath = C:\temp\PDFView\PDFNet.dll
AssemblyDirectory = C:\temp\PDFView
Application Config File =

INFO: Parsing Manifest File C:\temp\PDFView\PDFNet.dll.
INFO: Manifest Definition Identity is (null).
INFO: Reference:
Microsoft.VC90.CRT,processorArchitecture=“amd64”,publicKeyToken=“1fc8b3b9a1e18e3b”,type=“win32”,version=“9.0.21022.8”
INFO: Reference: Microsoft.Windows.Common-
Controls,language="*",processorArchitecture=“amd64”,publicKeyToken=“6595b64144ccf1df”,type=“win32”,version=“6.0.0.0”
INFO: Resolving reference
Microsoft.VC90.CRT,processorArchitecture=“amd64”,publicKeyToken=“1fc8b3b9a1e18e3b”,type=“win32”,version=“9.0.21022.8”.
INFO: Resolving reference for ProcessorArchitecture amd64.
INFO: Resolving reference for culture Neutral.
INFO: Applying Binding Policy.
INFO: No publisher policy found.
INFO: No binding policy redirect found.
INFO: Begin assembly probing.
INFO: Did not find the assembly in WinSxS.
INFO: Attempt to probe manifest at C:\Windows\assembly
\GAC_64\Microsoft.VC90.CRT\9.0.21022.8__1fc8b3b9a1e18e3b
\Microsoft.VC90.CRT.DLL.
INFO: Attempt to probe manifest at C:\temp\PDFView
\Microsoft.VC90.CRT.DLL.
INFO: Attempt to probe manifest at C:\temp\PDFView
\Microsoft.VC90.CRT.MANIFEST.
INFO: Attempt to probe manifest at C:\temp\PDFView
\Microsoft.VC90.CRT\Microsoft.VC90.CRT.DLL.
INFO: Attempt to probe manifest at C:\temp\PDFView
\Microsoft.VC90.CRT\Microsoft.VC90.CRT.MANIFEST.
INFO: Did not find manifest for culture Neutral.
INFO: End assembly probing.
ERROR: Cannot resolve reference
Microsoft.VC90.CRT,processorArchitecture=“amd64”,publicKeyToken=“1fc8b3b9a1e18e3b”,type=“win32”,version=“9.0.21022.8”.
ERROR: Activation Context generation failed.


A: It seems that your machine is missing standard VC runtime on the
target machine. You could download 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” on the Web.

Please note that this dependency on VC Redistributable only exist in
64-bit version of PDFNet for .NET.