Thanks Sean, That makes more sense now, which is still not good for what I was hopping to achieve but knowing that I can get around it.
Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victoria, 3205 Phone: 03 9686 0485 - Fax: 03 9699 7976 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean A Corfield Sent: Tuesday, 13 January 2004 4:38 PM To: [EMAIL PROTECTED] Subject: Re: [CFCDev] Is it possible On Jan 12, 2004, at 8:54 PM, Andrew Scott wrote: > I tried this and it did not work, > > o_Mappings = CreateObject('component','inetpub.com.tools.mappings'); > > Returns a Could not find the ColdFusion Component, are you 100% sure > you can then I would like to know what customtags has to do with > components? CFMX searches for components using the Custom Tag Paths as well as from the webroot. If you add C:\ to your list of Custom Tag Paths, you should be able to reference components using the .-separated path from the root (C:\) directory. You may have to restart your CFMX service to get it to search from the new Custom Tag Path. Regards, Sean ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
