My app has a master detail layout populated by remote calls to cfcs.
The cfc returns a query for the master list and an object for the
detail. This works fine on our development server. When I run this
on our production server the query is returned ok but I get an error
1009 when it tries to return the object with the details:
TypeError: Error #1009: Cannot access a property or method of a null
object reference.
at orders::OrdersList/::showOrder()
at orders::OrdersList/___Operation2_result()
...
Both servers appear to be identical (Windows 2003, CF version 7.02
latest hotfixes)
I've checked the cfc and they work as expected on both machines.
Any idea why the application would work on one server but not on the
other?