https://bugzilla.novell.com/show_bug.cgi?id=381151
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=381151#c15 --- Comment #15 from Veerapuram Varadhan <[EMAIL PROTECTED]> 2008-04-24 12:02:45 MST --- (In reply to comment #12 from Mark Gimelfarb) > @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? > Those signatures are same as that of trunk (2.0 Profile). Do you still see the indefinite wait during the DataAdapter test? For me, I get timeout as well as if I do Rollback within the timeout period, with the same connection I get the expected output. -- 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
