Coldfusion 2016 - Error invoking CFC
Hello,
We're upgrading from CF8 to CF2016, and as with all big revisions leaps there are certain pain points. My current one is accessing any of our CFCs. Of course they fine work in CF8, but dropped into CF2016 suddenly they can not be found even though they are in the same folder as the web app that is calling them.
Here's what I have debugged so far for one web app:
1. Yes, the functions in the CFC work. I tested them with CFINVOKE.
2. I've played with various paths, from the root to the specific folder. (ie cfc:webroot.next.next.etc.autosuggest)
3. I've also moved the CFC around but no success.
We're using Windows 2012.
Here's the current set up (yes, I know CF is moving away from the autoSuggest with CFINPUT, but work with me, I'm upgrading not updating.)
<cfinput onFocus="textHighlight('textedit')" type="text" name="Clinical_Rep_Auto" size="50" maxlength="50" value="" autosuggest="cfc:autosuggest.findClinicalNameWithNetID({cfautosuggestvalue})" autosuggestminlength="2" maxresultsdisplayed="20" />
I know CFCs require full mapping, and I believe I've done that simply because it only errors out when typing in the textbox, then suddenly it doesn't know where the CFC is.
Anybody else run into this with CF2016?
Thanks,
Ty
