[Mono-bugs] [Bug 567850] Error while search best overloaded method containing two different enums

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 6 14:08:51 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=567850

http://bugzilla.novell.com/show_bug.cgi?id=567850#c7


Alexander Batishchev <abatishchev at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #7 from Alexander Batishchev <abatishchev at gmail.com> 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.


More information about the mono-bugs mailing list