The bigger question is the time (and therefore the money) it will take to try and make something work verses just using a newer CF version or BlueDragon. I suspect it may just be easier/cheaper to upgrade. It will also be stable and supported which is always a good thing. The only two methods I can think of will require some coding. One is to have the two "talk" (I use this word loosely here) to each other through the database (i.e. one side throws in records that the other reads in). This would be the easiest but is messy and very slow. The other option is to build a COM based cfx tag that can call .NET. There's a few references out there on how to have COM objects call .NET. Since CF5 can have COM based cfx tags, that's the other way to go. John Mason [EMAIL PROTECTED] 770.337.8363
www.FusionLink.com - ColdFusion and Flex hosting Now offering VPS Plans running with VMware technology Now offering ColdFusion 8 Enterprise hosting FREE Subversion hosting _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ajas Mohammed Sent: Saturday, April 19, 2008 1:13 PM To: [email protected] Subject: [ACFUG Discuss] coldfusion 5.. Accessing .net object Hi, One of my friend is using CF 5 and he needs to access/call a .NET object. Dont ask me why he didnt upgrade to CF 7 or 8. The .net object is called with 1 parameter and returns an xml string. Let me know if this can be done with CF 5. I know we could access .net object using CF 7 or 8 for that matter. Thanks, -- <Ajas Mohammed /> http://ajashadi.blogspot.com No matter what, find a way. Because thats what winners do. You can't improve what you don't measure. Quality is never an accident; it is always the result of high intention, sincere effort, intelligent direction and skillful execution; it represents the wise choice of many alternatives. "Live as if you were to die tomorrow. Learn as if you were to live forever." ------------------------------------------------------------- Annual Sponsor - Figleaf Software <http://www.figleaf.com> To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by FusionLink <http://www.fusionlink.com> ------------------------------------------------------------- ------------------------------------------------------------- Annual Sponsor FigLeaf Software - http://www.figleaf.com To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
