我已經給出了將Gecko
瀏覽器組件集成到現有winform控件的任務,但是im面臨的問題是如何配置dll,我嘗試使用不同的版本作爲好了,但沒有運氣,在點它不會加載的dll,並給出了錯誤如何使用Vb.NET Forms配置「Gecko」應用
Unable to find an entry point named 'NS_Alloc' in DLL 'xul'.
我從給定鏈路單獨下載。 Xulrunner 最新的,也是29,但它說,
An error occurred creating the form. See Exception.InnerException for details. The error is: Unable to load DLL 'xul': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Imports System.IO
進口的System.Xml 進口壁虎 進口的Microsoft.Win32
公共類Form1中
Public Sub New()
InitializeComponent()
'D:\xulrunner\bin
Xpcom.Initialize("D:\\xulrunner\\") 'xulrunner
'Xpcom.Initialize("C:\Program Files (x86)\Mozilla Firefox\")
End Sub
結束類別
請幫助我,如果任何人已經完成了。
順便說一句,如果唯一的原因不使用WebBrowser控件的原因是它沒有正確顯示站點,請查看[此帖子](http://stackoverflow.com/a/38514446/3110834)。希望你覺得它有幫助:) –