The below example:
Private Sub MDI_main_Load(sender As Object, e As EventArgs) Handles Me.Load
ComponentPro.Licensing.Pdf.LicenseManager.SetLicenseKey(KEY)
Yields this answer:
BC32017: Comma, ')', or a valid expression continuation
asked 9/27/2019 7:10:30 PM