Book a Demo

Author Topic: MDG Problem?  (Read 2969 times)

rescobar

  • EA User
  • **
  • Posts: 69
  • Karma: +0/-0
  • Viva Bolivia
    • View Profile
MDG Problem?
« on: November 17, 2004, 11:06:21 am »
Hola muchachos!
I am using MDG. When I use Generate Code (forward eng) from within normal ea right-click menu, the code generated, if the class implements an interface, makes the following code (just an example):

Public Function RolesDelUsuario(ByVal Usuario As IUsuario) As IRoles Implements IUsuario.RolesDelUsuarioImplements IUsuario.RolesDelUsuario

     RolesDelUsuario = Nothing
   End Function

Note that Implements IUsuario.RolesDelUsuario is twice in the method.

When MDG is used with the Add-in, there is no problem, but I think that MDG should not disturb ea normal procedures, ins't it?
Is there somebady with the same problem?

Thanks for your help
Sergio Escobar
[email protected]