Re: [ADVANCED-DOTNET] User scripting for a .NET app

2007-06-09 Thread Barry Kelly
Terry Griffin <[EMAIL PROTECTED]> wrote: > We need to add the ability for users to execute scripts for our > application, which runs a scientific tool. The users will be scientist, > not professional programmers. A few years ago I would have used the Active > Scripting objects and supported JScrip

Re: [ADVANCED-DOTNET] User scripting for a .NET app

2007-06-09 Thread Greg Young
Friday, June 08, 2007 8:10 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] User scripting for a .NET app We need to add the ability for users to execute scripts for our application, which runs a scientific tool. The users will be scientist, not professional programmers. A few

Re: [ADVANCED-DOTNET] User scripting for a .NET app

2007-06-09 Thread Booth, Bill
How about PowerShell? -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Terry Griffin Sent: Friday, June 08, 2007 8:10 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] User scripting for a .NET app We need to add the

Re: [ADVANCED-DOTNET] User scripting for a .NET app

2007-06-09 Thread Kamen Lilov
model. [EMAIL PROTECTED] -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Terry Griffin Sent: Friday, June 08, 2007 4:10 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] User scripting for a .NET app We need to ad

Re: [ADVANCED-DOTNET] User scripting for a .NET app

2007-06-08 Thread Peter Ritchie
Hi Terry. Sorry, hadn't noticed they were obsolete. So, Keith's suggestion of using the CodeDOM is the suggested method when they were made obsolete. Or you could try the reference that Adam suggested. I think it depends on what level of scripting you want. If you want to provide simple script

Re: [ADVANCED-DOTNET] User scripting for a .NET app

2007-06-08 Thread Adam Sills
ECTED] On Behalf Of Terry Griffin Sent: Friday, June 08, 2007 10:02 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] User scripting for a .NET app Hi Peter, I did read that article but I'm concerned that the objects/interfaces he uses are now (.NET 2.0) marked as ob

Re: [ADVANCED-DOTNET] User scripting for a .NET app

2007-06-08 Thread Terry Griffin
ROTECTED]> Sent by: "Discussion of advanced .NET topics." 06/08/2007 09:13 AM Please respond to "Discussion of advanced .NET topics." To ADVANCED-DOTNET@DISCUSS.DEVELOP.COM cc Subject Re: [ADVANCED-DOTNET] User scripting for a .NET app Chris Sells' art

Re: [ADVANCED-DOTNET] User scripting for a .NET app

2007-06-08 Thread Peter Ritchie
Chris Sells' article "Visual Studio for Applications Provides Customized Scripting Facilities for Your .NET Project"[1] Provides a good intro to scripting in a .NET app (and covers an "alternative" suggested by Keith Brown) It's basically talking about the the Microsoft.Vsa[2] namespace. [1] http

Re: [ADVANCED-DOTNET] User scripting for a .NET app

2007-06-08 Thread Eyvind Axelsen
What about IronPython? http://www.codeplex.com/IronPython Eyvind. -Opprinnelig melding- Fra: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] På vegne av Terry Griffin Sendt: 8. juni 2007 15:10 Til: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Emne: [ADVANCED-DOTNET] User scripting

[ADVANCED-DOTNET] User scripting for a .NET app

2007-06-08 Thread Terry Griffin
We need to add the ability for users to execute scripts for our application, which runs a scientific tool. The users will be scientist, not professional programmers. A few years ago I would have used the Active Scripting objects and supported JScript scripts accessing our app's object model. Our n