Jump to content

Calling .NET dll from the coldfusion object

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
dilip12

dilip12

    Newbie

  • Members
  • Pip
  • 3 posts
Any urls or tutorials or videos please let me know.

Thanks
D

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
ColdFusion runs under Java, not .NET. This may be helpful: Java - Mono
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
dilip12

dilip12

    Newbie

  • Members
  • Pip
  • 3 posts
Thank you for your reply.

I tried and worked fine for me called the .net functions from the Coldfusion. But i am wondering if i can use the .net controls (Ex: button, textbox,label etc) from the .net dll to the coldfusion code

Thanks
D

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
That seems highly unlikely. ColdFusion is only meant to serve HTML code to a browser. You could try, but I wouldn't spend a lot of time trying to integrate the two.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog