Run-time exception (line 14): The type initializer for 'Z.Expressions.EvalManager' threw an exception.
Stack Trace:
[System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
at System.Security.CodeAccessPermission.Demand()
at System.Reflection.RuntimeAssembly.VerifyCodeBaseDiscovery(String codeBase)
at System.Reflection.RuntimeAssembly.GetName(Boolean copiedName)
at Z.Expressions.EvalContext..cctor()
[System.TypeInitializationException: The type initializer for 'Z.Expressions.EvalContext' threw an exception.]
at Z.Expressions.EvalContext..ctor()
at Z.Expressions.EvalManager..cctor()
[System.TypeInitializationException: The type initializer for 'Z.Expressions.EvalManager' threw an exception.]
at Z.Expressions.EvalManager.get_DefaultContext()
at Z.Expressions.Eval.Execute[TResult](String code, Object parameters)
at Program.Main() :line 14