Hi,
I use this code in NAV 2013R2.
CREATE(AutomationControl, FALSE, TRUE);
When this line is executed the client crashes. This is the information the eventviewer shows:
Problem Event Name: CLR20r3
FileNotFound
The automation is succesfully registrated. This also works in older versions.
Does anybody know a solution?
0
Answers
https://community.dynamics.com/nav/b/moxie4nav/archive/2014/12/13/you-cannot-create-an-automation-object-name-of-autom-on-microsoft-dynamics-nav-server-you-must-create-it-on-a-client-computer
Franz Kalchmair, MVP
Alias: Jonathan Archer
please like / agree / verify my answer, if it was helpful for you. thx.
Blog: http://moxie4nav.wordpress.com/
Since your error message says FileNotFound... there is something missing somewhere.
Since COM automation is executed on the client... look on the client first. - If you don't see anything look on the service tier.