http://bugzilla.novell.com/show_bug.cgi?id=567850
http://bugzilla.novell.com/show_bug.cgi?id=567850#c7 Alexander Batishchev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #7 from Alexander Batishchev <[email protected]> 2010-04-06 18:08:50 UTC --- Hello. Could you please do the same for QueryStringParameter? And probably for all classes inherited from Parameter: FormParameter, SessionParameter, CookieParameter, ProfileParameter. http://anonsvn.mono-project.com/source/trunk/mcs/class/System.Web/System.Web.UI.WebControls/QueryStringParameter.cs Compilation of my ASP.NET web application / VS 2008 project using xbuild / mono 2.6 from trunk throws next errors: ViewStatementIn.ascx.cs(44,176): error CS1502: The best overloaded method match for `System.Web.UI.WebControls.QueryStringParameter.QueryStringParameter(string, System.TypeCode, string)' has some invalid arguments ViewStatementIn.ascx.cs(44,176): error CS1503: Argument `#2' cannot convert `System.Data.DbType' expression to type `System.TypeCode' ViewStatementIn.ascx.cs(44,77): error CS1502: The best overloaded method match for `System.Web.UI.WebControls.ParameterCollection.Add(System.Web.UI.WebControls.Parameter)' has some invalid arguments ctor receiving System.Data.DbType doesn't exists -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
