Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by [EMAIL PROTECTED]

http://bugzilla.ximian.com/show_bug.cgi?id=81565

--- shadow/81565        2007-05-08 13:53:47.000000000 -0400
+++ shadow/81565.tmp.5415       2007-05-08 13:53:47.000000000 -0400
@@ -0,0 +1,33 @@
+Bug#: 81565
+Product: Mono: Compilers
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Selects wrong overload for method containing System.Enum argument
+
+These following snippits are from NHibernate.
+
+
+               IQuery SetEnum( int position, Enum val );
+
+               IQuery SetEnum( string name, Enum val );
+
+
+
+
+               query.SetEnum("accountType", achAccount.Type);
+
+Cannot convert from `string' to `int'(CS1503: Argument 1)
+The best overloaded method match for `NHibernate.IQuery.SetEnum(int,
+System.Enum)' has some invalid arguments(CS1502)
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to