com class wrapper wizard

HeikoHeiko Member Posts: 17
edited 2007-07-05 in Dynamics AX
hi,

i created COM classes with the COM class wrapper wizard.

My problem is:
I can create a object of this class one time.
If I create a object second time, i am getting this unusual error

COM object of class '{8B21775E-717D-11CE-AB5B-D41203C10000}' could not
be created. Ensure that the object has been properly registered on
computer 'MC'.
Object 'COM' could not be created


....not until Axapta is restarted it works.

Any ideas would be appreciated!

Comments

  • viswanathviswanath Member Posts: 24
    sorry for the late reply mr heiko i have just seen ur problem


    u should register first the dll or ocx control in ur system

    for that u can use REGSVR32 command in cmd mode
    after registring ur com object u retry with to add in ax
    hope it will work

    regards
    viswanath
Sign In or Register to comment.