Could not find the ColdFusion component or interface query.
Ensure that the name is correct and that the component or interface exists.
The error occurred in D:/sites/xxxxx/mobile/resource/nodeRO.cfc: line 34
32 : this.touch = 0;
33 :
34 : **variables.QueryService = new query();**
35 : variables.QueryService.setName("qryResult");
I have checked mappings. Non new query powered objects are OK Restarted CF service and it didn't help
Using CF 9.02
Now what?