[Mono-bugs] [Bug 655727] Get compilation exception for Coolite component - An element with the same key already exists in the dictionary.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 22 18:22:14 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=655727

https://bugzilla.novell.com/show_bug.cgi?id=655727#c5


Marek Habersack <mhabersack at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
       InfoProvider|helmi_shariff at yahoo.com     |

--- Comment #5 from Marek Habersack <mhabersack at novell.com> 2011-03-22 23:22:13 CET ---
Created an attachment (id=420802)
 --> (http://bugzilla.novell.com/attachment.cgi?id=420802)
Generated source code.

Marek, I guess this is on your plate. It works with master, breaks with
2.10-branch. The exception from the compiler is:

gmcs /target:library
/lib:"/home/src/tmp/tests/Bugs/Bug655727/mono20101ExtNet/mono20101ExtNet/bin"
/debug- /optimize+ /warn:0
/out:"/tmp/grendel-temp-aspnet-0/b4fe8927/App_Web_1bd944fc.dll"
/r:"/home/devel/mono-2-10/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll"
/r:"/home/devel/mono-2-10/lib/mono/gac/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll"
/r:"/home/devel/mono-2-10/lib/mono/gac/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll"
/r:"/home/devel/mono-2-10/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll"
/r:"/home/devel/mono-2-10/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll"
/r:"/home/devel/mono-2-10/lib/mono/gac/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll"
/r:"/home/devel/mono-2-10/lib/mono/gac/System.Runtime.Serialization/3.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll"
/r:"/home/devel/mono-2-10/lib/mono/gac/System.IdentityModel/3.0.0.0__b77a5c561934e089/System.IdentityModel.dll"
/r:"/home/devel/mono-2-10/lib/mono/gac/System.ServiceModel/3.0.0.0__b77a5c561934e089/System.ServiceModel.dll"
/r:"/home/devel/mono-2-10/lib/mono/gac/System.ServiceModel.Web/3.5.0.0__31bf3856ad364e35/System.ServiceModel.Web.dll"
/r:"/home/devel/mono-2-10/lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll"
/r:"/home/src/tmp/tests/Bugs/Bug655727/mono20101ExtNet/mono20101ExtNet/bin/Ext.Net.Utilities.dll"
/r:"/home/src/tmp/tests/Bugs/Bug655727/mono20101ExtNet/mono20101ExtNet/bin/Ext.Net.dll"
/r:"/home/src/tmp/tests/Bugs/Bug655727/mono20101ExtNet/mono20101ExtNet/bin/Newtonsoft.Json.dll"
/r:"/home/src/tmp/tests/Bugs/Bug655727/mono20101ExtNet/mono20101ExtNet/bin/mono20101ExtNet.dll"
/r:"/tmp/grendel-temp-aspnet-0/b4fe8927/App_global.asax_1259707.dll" 
/nowarn:0169  -- "/tmp/grendel-temp-aspnet-0/b4fe8927/App_Web_1bd944fc_0.cs" 

/home/src/tmp/tests/Bugs/Bug655727/mono20101ExtNet/mono20101ExtNet/Default.aspx(20,20):
error CS0584: Internal compiler error: An element with the same key already
exists in the dictionary.
/home/src/tmp/tests/Bugs/Bug655727/mono20101ExtNet/mono20101ExtNet/Default.aspx(20,20):
error CS0201: Only assignment, call, increment, decrement, and new object
expressions can be used as a statement
/home/src/tmp/tests/Bugs/Bug655727/mono20101ExtNet/mono20101ExtNet/Default.aspx(21,49):
error CS1061: Type `Ext.Net.SelectBox' does not contain a definition for
`Items' and no extension method `Items' of type `Ext.Net.SelectBox' could be
found (are you missing a using directive or an assembly reference?)
/home/src/tmp/tests/Bugs/Bug655727/mono20101ExtNet/mono20101ExtNet/bin/Ext.Net.dll
(Location of the symbol related to previous error)
/home/src/tmp/tests/Bugs/Bug655727/mono20101ExtNet/mono20101ExtNet/Default.aspx(21,18):
error CS1502: The best overloaded method match for
`ASP.default_aspx.__BuildControl__bctrl_5(Ext.Net.ListItemCollection)' has some
invalid arguments
/tmp/grendel-temp-aspnet-0/b4fe8927/App_Web_1bd944fc_0.cs(518,22): (Location of
the symbol related to previous error)
/home/src/tmp/tests/Bugs/Bug655727/mono20101ExtNet/mono20101ExtNet/Default.aspx(21,18):
error CS1503: Argument `#1' cannot convert `object' expression to type
`Ext.Net.ListItemCollection'

The source referenced in the trace is attached above.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list