https://bugzilla.novell.com/show_bug.cgi?id=381151
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=381151#c12 --- Comment #12 from Mark Gimelfarb <[EMAIL PROTECTED]> 2008-04-23 08:04:40 MST --- @Veerapuram: I applied the patch for SqlCommand.cs and then recompiled classlibs. To be sure, I verifed that the patched source code was similar to the latest one in SVN. To be doubly-sure, I the disassembled System.Data.dll under 2.0 subdir in the GAC back to source, and verified SqlCommand class again. I then compiled specifically with gmcs to ensure that 2.0 profile is used: gmcs DAFail.cs /out:DAFail.exe /r:System.Data.dll To be triply-sure, I then ran : monop2 --refs -r:DAFail.exe and got back: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 And then, I crowned it off with: mono --trace=System.Data.SqlClient --debug --runtime=v2.0.50727 DAFail.exe And I still have the same issue. Am I missing something here? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
