我正在尝试将 vintasoft 条形码 sdk 与我的数据访问 dll 合并,但在 ilmerge 后它无法正常工作。欢迎任何想法
这是错误:
IndexOutOfRangeException:索引超出了数组的范围。] 2.┌.©(Byte[] param0) in :0 2.┌..cctor() 在 :0 [TypeInitializationException: '2.┌' 的类型初始化器抛出异常。] 2.┌.¥Σ() in :0 Vintasoft.Barcode.WriterSettings..cctor() in :0 [TypeInitializationException:'Vintasoft.Barcode.WriterSettings' 的类型初始化程序引发了异常。] Vintasoft.Barcode.WriterSettings..ctor() in :0 Vintasoft.Barcode.BarcodeWriter..ctor() in :0 _Default.buttonGenerateBarcode_Click(Object sender, EventArgs e) in E:\ILMergeSample\WebBarcodeWriterDemo\QRBarcode.aspx.vb:27 System.EventHandler.Invoke(对象发送者,EventArgs e)+0 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111 System.Web.UI.WebControls.Button.RaisePostBackEvent(字符串 eventArgument)+110 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(字符串 eventArgument)+10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain(布尔 includeStagesBeforeAsyncPoint,布尔 includeStagesAfterAsyncPoint)+1565
提前致谢