> On Thu, Apr 12, 2012 at 6:12 PM, domehead100 <
domehead...@gmail.com> wrote:
> > I'm trying to create an app that stores scripts in a database and then
> > can execute them.
>
> > 1) In the GUI, when a new script has been typed in by a user, what is
> > the best way to verify that the script is valid (similar perhaps to
> > the Verify Script option in the shell extension). Is it just to
> > attempt to compile it right there?
>
> Correct.
>
>
>
> > 2) If I created a "library" script that has multiple utility classes,
> > compiled it, and used AsmHelper to dynamically load the assembly,
> > would the code in that library be available to other scripts?
>
> Yes if you reference this "library" assembly from these other scripts.