c# - Is there a Microsoft.CSharp in mono (2.10)? -


does mono have csharpcodeprovider implemented should using instead of microsoft.csharp.csharpcodeprovider?

i using class dynamically compile c# scripts compiled program mono throws error under linux: ->unhandled exception: system.componentmodel.win32exception: cannot find specified file

you should use mono.csharp.evaluator class in mono.sharp.dll assembly


Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -