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 ArticleNew 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 ArticleNew 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 ArticleNew Post: vbs error
Namespace conflicts with 'HostType' at 'System.Internal.HandleCollector' Engine = new Microsoft.ClearScript.Windows.VBScriptEngine(); Engine.AddHostObject("host", new HostFunctions()); var...
View ArticleNew 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 ArticleNew Post: vbs error
Hmm, we still can't reproduce that. Where is the script coming from, and how are you loading it?
View ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleCreated 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