Westwind.Scripting
Westwind.Scripting copied to clipboard
Wrong code gets executed on second invoke of ExecuteCode
When invoking the method ExecuteCode for a second time on the same instance of CSharpScriptExecution the code parameter is not used. The code from the first invoke is used. In my opinion this happens because after compiling the new assembly in ExecuteMethod the method CreateInstance should be invoked with parameter force = true