[Mono-bugs] [Bug 73679][Wis] New - Class SqlError remoting problem

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Mar 2005 10:26:19 -0500 (EST)


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 dezelin@gmail.com.

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

--- shadow/73679	2005-03-14 10:26:19.000000000 -0500
+++ shadow/73679.tmp.26318	2005-03-14 10:26:19.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 73679
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Fedora Core 3 - Mono built from latest SVN code
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Data.SqlClient
+AssignedTo: rodrigo@novell.com                            
+ReportedBy: dezelin@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Class SqlError remoting problem
+
+Description of Problem:
+
+SqlError class isn't interoperable via remoting between Mono and .NET.
+Patch is in the attachment which makes it interoperable.
+
+
+Steps to reproduce the problem:
+1. Try to pass Mono class SqlError to .NET platform via remoting.
+
+Actual Results:
+Serialization exception: "Cannot find member System.Data.SqlClient.Error."
+
+Expected Results:
+Exception catch on the .NET side.
+
+How often does this happen? 
+Always
+
+Additional Information: