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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -