Questions tagged [managed-jscript]
6 questions
8
votes
7 answers
Can JScript.NET be used to script a .NET application?
Since MS appears to have killed Managed JavaScript in the latest DLR for both server-side (ASP.NET Futures) and client-side (Silverlight), has anyone successfully used non-obsolete APIs to allow scripting of their application objects with…

James Hugard
- 3,232
- 1
- 25
- 36
4
votes
3 answers
Sharing JavaScript code between .NET desktop and browser
I have a set of core, complicated JavaScript data structures/classes that I'd like to be able to use both in the browser as JavaScript and run on the desktop with .NET 3.5. Is it possible to compile web-friendly JavaScript into assemblies that my…

Wayne Kao
- 8,125
- 5
- 30
- 25
3
votes
8 answers
Where can you download Managed JScript for the DLR?
The lastest release (0.9 Stable) of the Dynamic Language Runtime contains IronPython and IronRuby, but it doesn't contain Managed JScript.
Does anyone know where I can download the latest release of Managed JScript for use with ASP.NET and/or…

Chris Pietschmann
- 29,502
- 35
- 121
- 166
2
votes
1 answer
How do I perform a PInvoke in a fiddler JScript.NET function?
Fiddler uses the .NET JScript language for scripting. Invoking .NET methods and initiating .NET classes is easy, but I can't figure out how to decorate things with attributes, and therefore I don't know how to PInvoke.

Justin Dearing
- 14,270
- 22
- 88
- 161
1
vote
2 answers
C# & VSAEngine - Calculating a string expression with a exponent?
i've a prob here, so i need a help:)
When i'm calculating expression like this "(10.5 + 3.5 / 2) * 2" with jscript vsa engine, it's ok, but now i 've a question...
if in the string like above, i want to calculate also an exponent (10.5 + 3.5 / 2) *…

Slaine
- 41
- 1
- 9
0
votes
1 answer
C#<-->JScript: invisible array?
I have a bit of a complex program which is giving me this apparently phantom error...
I'll start explaining with the help of this little example program I rigged that can throw my beautiful exception for anyone who runs it.