Hi all,
I wants to integrate COM object at Axapta 3.0 and Ax 2009.
- I created .net class project in framework 4.5. And strongly sign assembly.
- I keep the dll in the Navision/Axapta Client/Bin folder.
- Registered the assembly with regasm dgws.dll /tlb:dgws.tlb
- Add com object through COM Class wrapper utility in Axpata/Ax.
- Then i got Com classes e.g. dgwsclass.
void new(COM _com = new COM('{DF269633-D9AA-36F1-B33A-E2FC63B68A86}'))
{
Object o = _com;
this = o;
self = _com;
}
My Question is that I wants same COM object to access in Axapta 3.0 and Ax 2009.
- But Com object access perfectly by Axapta 3.0 but it gives error in Dynamics Ax 2009.

Then I tested COM object along with same procedure at client machine. And it work perfectly at Axapta 3.0 and Ax 2009.
Any suggestion would be highly appreciated.
Kashif.
*This post is locked for comments
I have the same question (0)