我已按照此链接 - Display a PDF in WPF Application在PDF
应用中打开WPF
:
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AxAcroPDFLib.AxAcroPDF)); ` // axAcroPdf1 = new AxAcroPDFLib.AxAcroPDF();
//this.axAcroPdf1.Dock = System.Windows.Forms.DockStyle.Fill;
//this.axAcroPdf1.Enabled = true;
//this.axAcroPdf1.Name = "Demo";
//this.axAcroPdf1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axAcroPdf1.OcxState")));
//axAcroPdf1.LoadFile(AppDomain.CurrentDomain.BaseDirectory + "\\FileStorage\\Demo.pdf");
// axAcroPdf1.Visible = true;
得到像这样的异常:
无法找到适合指定文化或中性>文化的任何资源。确保在编译时将“AxAcroPDFLib.AxAcroPDF.resources”正确嵌入或链接到程序集“AxInterop.AcroPDFLib”,或者所有所需的卫星>程序集都是可加载和完全签名的。