On Wed, Dec 8, 2010 at 11:03 AM, Russ Michaels <[email protected]> wrote:
> > I have never used any of the .net features in CF, is this a CF setting, or > is it simply asp.net settings in IIS you had to change? > No... See the example here http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-789c.html Though, in the example, they don't reference a specific DLL because they're using one that is supposed to be included by default, courtesy of the dotnext_coreproxy.config file I think. You actually reference the specific DLL you want to include with the assembly attribute of the cfobject tag. then, you can call the methods just like you would a java class. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339922 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

