[Mono-dev] Heads up: Elimination of the 2.0 and 4.0 profiles

xplicit svg at ngs.ru
Sat Jan 10 14:26:21 UTC 2015


Mono.TextTemplating/CompiledTemplate.cs(86,53): error CS1501: No
overload for method `GetValue' takes `1' arguments 

PropertyInfo.GetValue(object) method is from 4.5 framework. If you build
with NET 4.5 target framework that's something wrong with NET_4_5 symbol
definition in mono code. Look at the source, the method GetValue is wrapped
into #if NET_4_5 conditional.   

https://github.com/mono/mono/blob/master/mcs/class/corlib/System.Reflection/PropertyInfo.cs



--
View this message in context: http://mono.1490590.n4.nabble.com/Heads-up-Elimination-of-the-2-0-and-4-0-profiles-tp4664323p4665159.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list