.net version for OE 11

Posted by jmls on 20-Mar-2012 11:39

Does OE 11 support .net 4.0 ? I was under the impression that it was on the roadmap for 11.

So, if it does, is it possible to use the Dynamic (http://msdn.microsoft.com/en-us/library/system.dynamic.dynamicobject.aspx) objects in the ABL ?

All Replies

Posted by Admin on 20-Mar-2012 12:17

Does OE 11 support .net 4.0 ? I was under the impression that it was on the roadmap for 11.

 

Yes, you can use .NET assemblies.

>So, if it does, is it possible to use the Dynamic (http://msdn.microsoft.com/en-us/library/system.dynamic.dynamicobject.aspx) objects in the ABL ?

That seems to require C# 4.0 language features, and not just .NET 4.0 framework classes. It's a shorthand notion for using dictionaries. So I guess, that's not supported form the ABL.

This thread is closed