Active Script in C# .NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fernando

    Active Script in C# .NET

    Was active script support added to .NET ( i didnt find in the docs ) or
    would i have to use interoperabilit y stuff ? Or even betters , is there a
    new way do add scripting to you desktop application?

    Thanks.


  • Pavel Minaev

    #2
    Re: Active Script in C# .NET

    On Sep 18, 5:44 am, "Fernando" <FatalError0... @hotmail.comwro te:
    Was active script support added to .NET ( i didnt find in the docs ) or
    would i have to use interoperabilit y stuff ? Or even betters , is there a
    new way do add scripting to you desktop application?
    There is. Have a look at JScript.NET (comes with .NET runtime), or
    IronPython.

    Comment

    • Fernando

      #3
      Re: Active Script in C# .NET

      i think this jscript.net is related to asp.net server side script. I want
      the users of my desktop software to be able to write scripts to interact
      with the software, like in ActiveScript.
      If anybody has an example of this using jscript.net, please let me know.
      By the way i could not find much info on jscript.net on msdn. seems dead.

      bye.

      "Pavel Minaev" <int19h@gmail.c omescreveu na mensagem
      news:7d530f82-a159-47e3-ac10-e5eb6cfb5d67@25 g2000hsx.google groups.com...
      On Sep 18, 5:44 am, "Fernando" <FatalError0... @hotmail.comwro te:
      Was active script support added to .NET ( i didnt find in the docs ) or
      would i have to use interoperabilit y stuff ? Or even betters , is there a
      new way do add scripting to you desktop application?
      There is. Have a look at JScript.NET (comes with .NET runtime), or
      IronPython.


      Comment

      • Pavel Minaev

        #4
        Re: Active Script in C# .NET

        On Sep 19, 12:40 am, "Fernando" <FatalError0... @hotmail.comwro te:
        i think this jscript.net is related to asp.net server side script.
        It is not. It is a general-purpose scripting language for .NET, and
        can be used on server and desktop alike. No additional components are
        needed - it comes with .NET Framework.
        If anybody has an example of this using jscript.net, please let me know.
        By the way i could not find much info on jscript.net on msdn. seems dead.


        Also, don't forget about IronPython:


        Comment

        • eeicke@gmail.com

          #5
          Re: Active Script in C# .NET

          On Sep 17, 9:44 pm, "Fernando" <FatalError0... @hotmail.comwro te:
          Was active script support added to .NET ( i didnt find in the docs ) or
          would i have to use interoperabilit y stuff ? Or even betters , is there a
          new way do add scripting to you desktop application?
          >
          Thanks.
          I have project on Codeplex that lets you interface with ActiveScript
          via C#. It's free with source code:



          Hope this helps.

          Thanks,
          Eric Eicke

          Comment

          Working...