I am re-writing a site that I have been maintaining for a while now. One of the things that I am doing is putting inline queries into Stored Procs, and also creating components for a lot of the stored procs.
So when I create my CFC called Admin, in the Application/Components section of DW, it is VTI.Comps. When I drag a component to a page, the component is referenced as VTI.Comps.Admin. That works fine on my dev machine and my testing server. When I load the page to the live server, I have to drop the VTI. for it to work which is what I expect. What I want to do though is drop the VTI. on the local server. When I do that though I get a message Could Not Find Component Comps.Admin. How can I make this work so that I do not have to reference my components as VTI.Comps.Admin? Thanks, Bruce ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| CF 8 â Scorpio beta now available, easily build great internet experiences â Try it now on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282209 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

