Quantcast
Channel: ClearScript
Browsing all 2297 articles
Browse latest View live

New Post: IIS Express is OK . But in Local IIS error: " Can not load assembly...

OK, just be sure we have all the correct information:​You're building your project with Visual Studio 2013.You're using ClearScript only via NuGet package; you aren't building it.You've installed...

View Article



New Post: IIS Express is OK . But in Local IIS error: " Can not load assembly...

You're building your project with Visual Studio 2013. ................ OK, correct! You're using ClearScript only via NuGet package; you aren't building it. .............. OK, correct! You've...

View Article

New Post: IIS Express is OK . But in Local IIS error: " Can not load assembly...

Thanks for sharing your project! We're investigating, and we've reproduced the correct behavior in IIS Express, but so far we're having trouble deploying to IIS. Hopefully we'll have some more info soon.

View Article

New Post: vbs error

Namespace conflicts with 'HostType' at 'System.Internal.HandleCollector' Engine = new Microsoft.ClearScript.Windows.VBScriptEngine(); Engine.AddHostObject("host", new HostFunctions()); var...

View Article

New Post: vbs error

Yeah, this happens because mscorlib.dll includes a type named "System.Internal", and System.Windows.Forms.dll includes a namespace with the same name, so you can't merge them into the same type...

View Article


New Post: vbs error

the error Statement completion expected comes again

View Article

New Post: vbs error

Hmm, we still can't reproduce that. Where is the script coming from, and how are you loading it?

View Article

New Post: vbs error

it comes from a file, i load with file,readalllines

View Article


New Post: vbs error

OK, that gets you an array of strings; what do you do with them next? It would be great if you could post the code you use to load and execute the script.

View Article


New Post: vbs error

http://bitbin.it/ZF0xp2al

View Article

New Post: Permissions

Is there any way to configure permissions just like in Jint?http://jint.codeplex.com/wikipage?title=Using%20.NET%20classes%20from%20scripts&referringTitle=Documentation

View Article

New Post: vbs error

Thanks for posting your code. Where is it failing? A stack trace might help. What script is it executing when it fails?

View Article

New Post: vbs error

that errors is here: Engine.Execute("Dim System = clr.System");

View Article


New Post: vbs error

That syntax is invalid in VBScript. Please see here and here.

View Article

New Post: vbs error

oh thanks it works

View Article


New Post: datatypes

hi, what datatypes are implement in clearscript?

View Article

New Post: Permissions

Greetings Metalus! ClearScript does not have Jint-like permission support. It runs scripts in the same security context as the host. However, by default ClearScript does not expose any .NET resources,...

View Article


New Post: Permissions

I believe that would be a great question for a future update. For example: I would like to have the permissions for block some folders in the I/O

View Article

New Post: datatypes

Hi furesoft, Could you please clarify your question? Are you asking about the types of values that scripts can return to the host? The types of objects that hosts can expose to script code? Datatypes...

View Article

Created Unassigned: Problems using WindowsScriptEngineFlags.EnableDebugging [36]

I have code that executes fine on my machine with Visual Studio installed but have passed the code (compiled) including ClearScript.DLL to someone else who is getting an error when the script runs. I...

View Article
Browsing all 2297 articles
Browse latest View live




Latest Images