[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

Runtime Error! -pure virtual function call

Rakhi

2/21/2006 6:05:00 PM

This is a post from 2002 but I am facing the exact same problem now. The post
was never replied with a solution. This is sort of urgent so I would
appreciate any help.

If I work with Axapta COM Connector from C# I get the Runtime Error R6025.

My Program Code:
AxaptaCOMConnector.IAxapta2 ax2 = new AxaptaCOMConnector.Axapta2Class();
ax2.Logon2("Admin","","lkv","","","","Axapta25","","");
....
ax2.Logoff();
ax2 = null;

I posted the same question a month back and someone asked me to try by
removing ax2=null. But I did tried that and I still get the error.

With code between Logon and Logoff it is possible to insert records in the
Axapta Database or to select records. But at last I get the RunTime Error
R6025.
If I comment out all the code between Logon and Logoff I still get the error.

What can I do to solve this problem ?

Thanks
Rakhi.