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
Post a Comment