[Mono-bugs] [Bug 73679][Wis] Changed - Class SqlError remoting problem
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Mar 2005 08:06:05 -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-29 05:56:16.000000000 -0500
+++ shadow/73679.tmp.1970 2005-03-29 08:06:05.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 73679
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details: Fedora Core 3 - Mono built from latest SVN code
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: Sys.Data.SqlClient
AssignedTo: tsureshkumar@novell.com
ReportedBy: dezelin@gmail.com
QAContact: mono-bugs@ximian.com
@@ -45,6 +45,18 @@
IMHO, the value out this change looks small as ms.net could change the
internal structure and it might not be interoperable for a long time.
web-services may be a viable solution.
refer
http://archive.neotonic.com/archive/mono-devel-list/messages/8065?noheader=1
+
+------- Additional Comments From dezelin@gmail.com 2005-03-29 08:06 -------
+I think you should apply this patch. It's better to have
+compatibility with .NET than with other Mono CLI version becose you
+can always upgrade your Mono installations to the same version, but
+you will never have a chance to remote SqlError type with .NET this
+way. They can't change the internal SqlError structure for .NET 1.x.
+If they change it in .NET 2.x we can add/remove differences with
+#ifdef's in Mono.
+
+Cheers,
+Aleksandar Dezelin