I am getting below error while trying to open a window designed in VST from GP button.
code written is:
Private Sub ClearButton_BeforeOriginal(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs)
Try
DocModifierWindow = New APDocModifer()
Catch ex As Exception
Dynamics.Forms.SyVisualStudioHelper.Functions.DexError.Invoke(ex.Message)
End Try
DocModifierWindow.Show()
End Sub
*This post is locked for comments