私はこのリンクをたどりました - WPF アプリケーションで PDF を表示して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" に正しく埋め込まれているかリンクされているか、必要なすべてのサテライト アセンブリがロード可能で完全に署名されていることを確認してください。