CFAJAXPROXY: "The specified CFC proxy could not be found."
{ColdFusion 8, latest, Windows.}
The following statement occurs (in an included CFM file):
<cfajaxproxy cfc="crv2_js" jsclassname="ServerProxy">
The "crv2_js.cfc" file is indeed located in the same directory. (If you request it at the same URL, and enter the administrator password, a nice formatted description of the library and its methods dutifully appears, so it is there...)
But the error is:
The specified CFC proxy could not be found.
The path to the CFC must be specified as a full path, or as a relative path from the current template, without the use of mappings.
Looking also on the Administrator screen, I confirm that the directory is not mapped.
Other, <cfinvoke> calls have been used to a sister CFC-library in the same directory without incident. So I am confident that the message that I am seeing is somehow bogus ... but I do not yet know what sort of "bogosity" it must be.
