help !! emergency => open a mdi fchil

  • Thread starter Thread starter ucasesoftware
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top