Registered dll cannot be created in Navision

cloudnine
cloudnine Member Posts: 25
Hi guys...

Im new a newbie in how Navision works for external application using API...I have created DLLs that i am going to call in Navision...but somehow Navision cant create an instance of it...I wrote the dll in C#.Net, .Net 2.0 framework...Im using NAV 4.0...

TestAutomation is an automation variable assigned a value of the dll i created...

this code returns "no":

b := CREATE(TestAutomation);

meaning the TestAutomation variable cannot be created...

what should i do about it...do i need to modify my dll or is there something i should do in Navision...

Thanks guys in advance...

L-mer

Comments