Unresolved component issue
I am experiencing an "Unresolved component" in the CF Builder 2 (which I'm evaluating as a Trial).
What are the typical causes for this as I have run through all of the possible issues wihtout success?
My Environment:
I have Windows 7, CF8 on IIS7 using a default Jrun installation under C:\Coldfusion8 with a website configured under the IIS webroot C:\inetpub\wwwroot\websites\mysite.
In IIS AND CF Builder, I have configured a virtual host for this site, let's call it "mysite.newbranch", so that when I go to the site in a browser, it points to http://mysite.newbranch. The RDS is working (tested via the RDS config window with both connection and debugger returning success alerts).
In CF Builder, I created a project called "mysite.newbranch" and when I load my files, it doesn't resolve CFC path names:
/root
/cfcfolder
somefile.cfc
if I use CreateObject( "component","cfcfolder.somefile" ).init(), (note, using the top level folder relative to the site), the CF Builder says it's unresolved and wants to create a cfc in "mysite.newbranch.cfcfolder.somefile" and several other options (all of which I have tried (for laughs) and don't work except creating a folder at the somefile.cfc level - a dupicate of the parent tree structure - gah.)
So the mapping is off somewhere and I don't know how to get CF Builder to recognize that the root of my project site is at the virtual host path reference. C:\inetpub\wwwroot\websites\mysite and therefore to understand that my cfc reference
cfcfolder.somefile.cfc is correct.
Any advice, much appreciated.
Jason D.