[Mono-aspnet-list] Mono 2.8 preview 5 : running some ext.net (coolite ) samples with mono 2.8 ...

angel colmenares angel.ignacio.colmenares at gmail.com
Mon Nov 8 10:49:10 EST 2010


hi,

I downloaded source code of ext.net 1 from http://www.ext.net and  tried to
compile it using mono 2.8
but got some errors:

1.
/home/rupert/ext.net.community.1.0rc1/Ext.Net/Factory/Builder/ComboBoxBuilder.cs(69,69):
Error CS0311: The type `Ext.Net.ComboBox' cannot be used as type parameter
`TComboBoxBase' in the generic type or method
`Ext.Net.ComboBoxBase<Ext.Net.ListItem>.Builder<TComboBoxBase,TBuilder>'.
There is no implicit reference conversion from `Ext.Net.ComboBox' to
`Ext.Net.ComboBoxBase<T>' (CS0311) (Ext.Net)

2.
/home/rupert/ext.net.community.1.0rc1/Ext.Net/Factory/Builder/MultiComboBuilder.cs(68,68):
Error CS0311: The type `Ext.Net.MultiCombo' cannot be used as type parameter
`TComboBoxBase' in the generic type or method
`Ext.Net.ComboBoxBase<Ext.Net.ListItem>.Builder<TComboBoxBase,TBuilder>'.
There is no implicit reference conversion from `Ext.Net.MultiCombo' to
`Ext.Net.ComboBoxBase<T>' (CS0311) (Ext.Net)

3.
/home/rupert/ext.net.community.1.0rc1/Ext.Net/Factory/Builder/MultiSelectBuilder.cs(66,66):
Error CS0311: The type `Ext.Net.MultiSelect' cannot be used as type
parameter `TMultiSelectBase' in the generic type or method
`Ext.Net.MultiSelectBase<Ext.Net.ListItem>.Builder<TMultiSelectBase,TBuilder>'.
There is no implicit reference conversion from `Ext.Net.MultiSelect' to
`Ext.Net.MultiSelectBase<T>' (CS0311) (Ext.Net)


4.
/home/rupert/ext.net.community.1.0rc1/Ext.Net/Factory/Builder/TimeFieldBuilder.cs(49,49):
Error CS0311: The type `Ext.Net.TimeField' cannot be used as type parameter
`TComboBoxBase' in the generic type or method
`Ext.Net.ComboBoxBase<Ext.Net.ListItem>.Builder<TComboBoxBase,TBuilder>'.
There is no implicit reference conversion from `Ext.Net.TimeField' to
`Ext.Net.ComboBoxBase<T>' (CS0311) (Ext.Net)


using mono 2.6 it compiles fine.


-- 
View this message in context: http://mono.1490590.n4.nabble.com/Mono-2-8-preview-5-running-some-ext-net-coolite-samples-with-mono-2-8-tp2546240p3032151.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list