| Couple of Questions (2 replies) |
| microsoft.public.dotnet.vsa |
| Hi all, I have a couple of questions regarding vsa hosted on asp.net. My application would be served on asp.net by my company and allow subscribed users to write vb.net script that would be stored on our servers. The user would then be able to run their script against the object model and view some results. Basically asp.net just instantiates the engine, runs code then disposes it for each request... |
|
| List Script Routines (2 replies) |
| microsoft.public.dotnet.vsa |
| Is there a way to list the names of the script routines that have been compiled? |
|
| Enumerate members (4 replies) |
| microsoft.public.dotnet.vsa |
| I have a VSA project with soem class modules. For each of the class modules, I'd like to enumerate all the methods (and the parameters in those methods). The hosting app is a VB.NET application. How can I do it? Thanks. |
|
| Problem adding to GlobalItem (3 replies) |
| microsoft.public.dotnet.vsa |
| Hi, I am a beginner to VSA. I am trying to add a textbox object to the global context and let the script set the Text property. When the script is executed, it gives an error : "error BC30007: Reference required to assembly 'System' containing the base class 'System.ComponentModel.C omponent'. Add one to your project. Reference required to assembly 'System' containing the base class 'System.Compon... |
|
| AddEventSource method (2 replies) |
| microsoft.public.dotnet.vsa |
| Hi, I would like to bind script to my host events btu i don't understand how it works. i found a addeventsource method but i can't make it works. any body have a example?? thanks a lot Orlando |
|
| Reaching an already compiled script (3 replies) |
| microsoft.public.dotnet.vsa |
| Hi, I'm using VSA (VB.NET implementation) to compile my script. It compiles fine and is loaded in memory. In the Modules debug window I can see it as: Name "myscript" Path "scripts://mytest/myscript" When I compile the script, the assembly generated is: Name: "scripts://mytest/myscript, Version 0.0.0.0, Culture neutral, PublicKeyToken null" I'm trying to avoid recompiling the script when it is cal... |
|
| Building a debugger for scripts. (7 replies) |
| microsoft.public.dotnet.vsa |
| I am looking to build a debugger for my Scripting component. The question I have, is there a simplistic example of such a thing? (Sourcecode?) should I start digging into the SSCLI ? Is Cordebug in there? Why DID George Lucas put Jar Jar into ATOC? I'd prefer something that was as simple as possible, in order to learn from it, and integrate it's features. Garrett |
|
| Any threading problems with VSA ? (9 replies) |
| microsoft.public.dotnet.vsa |
| Hi, I was wondering if it is safe to use VSA (VB.NET implementation) on my web application. I'm thinking of using VSA to run scripts and my business objects will be the ones calling the engine to run the scripts. I am expecting a heavy load of requests on my webserver and I'm wondering if I can fall on any multi threading limitations of VSA. All my components are .NET (ASP.NET pages and C# class l... |
|
| AssemblyNameInvalid when trying to add a reference (2 replies) |
| microsoft.public.dotnet.vsa |
| (sorry for the multiposting, I didn;t know about this newsgroups before)' I'm writing a C# application that executes VB.NET scripts from configuration files. I am having trouble trying to add references to assemblies that the script needs. For examlpe, consider this helper class (Assembly name WFTestLibrary, file WFTestLibrary.dll): using System; using System.IO; namespace mycompany.WFTestLibrary ... |
|