Hy,
When i Inherits a UserTablesMDClass like this :
______________________________
Public Class MySample
Inherits SAPbobsCOM.UserTablesMDClass
...
End Class
______________________________
i have an error message : my application is failed on the instruction :
Dim MyClassSample = New MySample
'ClassFactory don't provide the request class'
Have you an idea?
thanks