[Mono-list]  Mono.CSharp.dll on original Microsoft .NET
    karlw4 
    edv at prokupek.at
       
    Thu Nov 27 07:51:19 EST 2008
    
    
  
Hi,
is there any possibility to run Mono.CSharp.dll on original .NET (that means
Microsoft mscorlib.dll)?
in my test there was an issue with creating dynamic assemblies because mono
extended the System.Reflection.Emit.AssemblyBuilderAccess type with an
"invisible" 0x800 (which means inCompilerContext).
simple testcode:
    class Program
    {
        static void Main(string[] args)
        {
            Mono.CSharp.Evaluator.Init(args);
            Console.WriteLine(Mono.CSharp.Evaluator.Evaluate("5+5;"));
        }
    }
environment:
    .NET 3.5 SP1
    Visual Studio 2008 SP1
thanks,
Karl
-- 
View this message in context: http://www.nabble.com/Mono.CSharp.dll-on-original-Microsoft-.NET-tp20718714p20718714.html
Sent from the Mono - General mailing list archive at Nabble.com.
    
    
More information about the Mono-list
mailing list