U
ucasesoftware
Try
Dim guidString As String =
e.Row.Item("entrepriseGuid").ToString()
Dim frm As New modifClient(New Guid(guidString), False)
frm.MdiParent = me.mdiParent
frm.Show()
Catch ex As Exception
monErreur(ex)
End Try
I have this error in other computer after install
the class is not recorded !!!
i never see that before help pls
Dim guidString As String =
e.Row.Item("entrepriseGuid").ToString()
Dim frm As New modifClient(New Guid(guidString), False)
frm.MdiParent = me.mdiParent
frm.Show()
Catch ex As Exception
monErreur(ex)
End Try
I have this error in other computer after install
the class is not recorded !!!
i never see that before help pls