Could not find the ColdFusion component or interface
I'm getting a "Could not find the ColdFusion component or interface" error when I try to invoke the feed or http CF methods, for example:
localtest.httpService = new http();
Results in the error, "Cold not find the ColdFusion component or interface http"
I have two CF 9 instances running on the same box (Windows Server 2008), both running the latest hotfix (hot fix 2). Both instances throw the same error. I have another separate server running CF 9 (doesn't have hotfix 2 installed) and it can run the code just fine. I'm assuming that feed() and http() are defined in an Adobe ColdFusion cfc in the CFIDE directory somewhere, but I don't know which one as they are encrypted.
