We are working on upgrading from Navision 2.60 to Navision 2009 with the RTC. We have several automation objects that we use that I cannot get to work in the RTC. They work fine in the classic client. The RTC seems to find and load the dlll which is invoked with a CREATE(dllname, TRUE, TRUE); to have it run on the client. The problem is that the RTC cannot "see" the public String variables in the dll and . As an example, one of them is declared like this:
public String Street;
When this is accessed in the page code, RTC gives error: the call to member Street failed: Method 'AddressValidator.Validator.Street' not found.
Does the RTC have issues with public members of automation objects? As I mentioned, the classic client works just fine with this same automation object.
I am running the classic and RTC client on the same XP machine but have also tried Windows 7 machine.
thanks in advance for any help with this.
What would Elvis do?
0
Comments
http://blogs.msdn.com/b/nav/archive/200 ... -2009.aspx