setup file failing debugging enabled
问题 I have used Setup Project before with no issue the project did not have SQLite DB as a dependency I am now trying to make a EXE or msi file for a project that has SQLite included as System.Data.SQLite.Core and the project is a WinForms with a WPF TextBox with this code below Public Sub LoadTB() Dim tb As Windows.Controls.TextBox = New Windows.Controls.TextBox() ElementHost1.Child = tb tb.SpellCheck.IsEnabled = True AddHandler tb.TextChanged, AddressOf tb_TextChanged tb.TextWrapping = Windows