Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Active older topics
3 new of 3 - Apr 13
4 new of 4 - Apr 12
6 new of 6 - Apr 9
4 new of 4 - Mar 27
11 new of 11 - Mar 14
2 new of 2 - Mar 1
7 new of 7 - Mar 1
2 new of 2 - Feb 29
3 new of 3 - Feb 10
2 new of 2 - Feb 6
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 51  Older »
Description: General discussion group for CS-Script C# scripting solution
 

Generate script assembly with strong name key file? 
  Hi, if it's possible to generate a signed assembly from a .cs file, what would be the best way to do it? Compiler option? Cheers, Luke
By luke@rdr.leeds.ac.uk  - May 24 - 2 new of 2 messages    

LifetimeService timeout 
  Hello, I'm trying to use this as a script engine for a test tool where I'm basically populating a combo box with all public methods available in the script and executing the methods as if they were individual scripts onto themselves. This tool will be loading and unloading different script files, so I would like to use the Remoting pattern.... more »
By Joe  - May 23 - 7 new of 7 messages    

How to redirect Console output 
  Example: I have a .NET UserControl with 2 textboxes. textBox1.Text contains script which I execute. I want to get output from all scripts Console.WriteLine() and put it to the textBox2.Text. Is it possible somehow? Thanx, Regards, Oleg.
By its Win32nipuh  - May 17 - 3 new of 3 messages    

How to load WinForms application as a script ? 
  Hi Oleg, I have a set of WinForms applications. Probably it was described somewhere but I did not find it.. How I can load application files as a script(s) and execute script as my app? Thanx, Regards, Oleg.
By its Win32nipuh  - May 17 - 4 new of 4 messages    

How to execute this kind of script? 
  Hey Oleg, Could you please explain me why this script gives an error? and is it possible to pass array to script function? 1. script using System; using System.Windows.Forms; public class Script { static public void Main(string[] args) { // for( int i = 0; i<args.Length; i++)... more »
By its Win32nipuh  - May 17 - 2 new of 2 messages    

cannot find the specified file 
  Hello, I'm running ubuntu, and I followed the protocol suggested here: [link] Here's what I get: $: mono -V Mono JIT compiler version 2.10.5 (Debian 2.10.5-1) Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. [link]... more »
By Mike  - May 15 - 3 new of 3 messages    

Poblem with exception being silently ignored or something 
  I have a problem with loading a script, and I have no idea where the error comes from. Take a look here for the whole story: [link] Somebody have an idea what might be the cause of this?
By den...@dragonbyte.de  - May 4 - 2 new of 2 messages    

Specify app.config file for new AppDomain 
  I am using the following code to compile a script and load it into a new AppDomain: asmName = CSScript.Compile(scriptFile, asms); mAsmHelper = new AsmHelper(asmName, asmName, true); I need to be able to specify the app.config file for the new AppDomain because it does not seem to use the one from the .exe.... more »
By mark.ly...@gmail.com  - May 4 - 3 new of 3 messages    

Compiler executable file csc.exe cannot be found. 
  I have a .NET service application which is a WCF Web Service. When my program calls CSScript.Compile I get an exception that says, "Compiler executable file csc.exe cannot be found." However, this works fine when I run under the WCF Service Host (WcfSvcHost). Any ideas or suggestions? Thanks, Mark... more »
By mark  - Apr 25 - 6 new of 6 messages    

Debugging scripts 
  I was experimenting with a temporary, quick-and-dirty method for debugging a script this evening and hit an interesting issue. My attempt was to put a System.Diagnostics.Debugger.Br eak() statement in the script. My assumption was that the JIT debugger (Visual Studio 2010 at this point on my machine) would pop up and allow me to debug... more »
By domehead100  - Apr 13 - 2 new of 2 messages    

1 - 10 of 51   « Newer | Older »

XML       Send email to this group: cs-script@googlegroups.com