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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 13 Apr 2005 06:41:09 -0400 (EDT)


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 tsureshkumar@novell.com.

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

--- shadow/73679	2005-04-13 06:40:29.000000000 -0400
+++ shadow/73679.tmp.26968	2005-04-13 06:41:09.000000000 -0400
@@ -78,6 +78,14 @@
 I think we can apply that tiny fix.
 
 I am wonderig if Aleksandar really understood what Jonathan noted and
 Suresh pointed (since he never commented on that matter). Expecting
 binary serialization compatibility between different runtime is IMHO
 foolish.
+
+------- Additional Comments From tsureshkumar@novell.com  2005-04-13 06:41 -------
+From the exception it seems it is trying to find method 
+System.Data.SqlClient.Error.
+
+adding a public property Error to SqlError will not solve the issue?
+
+can you give me a sample program for this ?