[Mono-bugs] [Bug 371859] request to Web services does not work (in 2.0 profile?)

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=371859 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=371859#c4 Atsushi Enomoto <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384236 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384236#c3 Atsushi Enomoto <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384236 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384236#c4 --- Comment #4 from Atsushi Enomoto <[EMAIL PROTECTED]> 2008-04-28 01:02:43 MST --- Note: 15:52:36 abacusv Hmm the path patch you suggested doe

[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384236 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384236#c5 --- Comment #5 from vadiraj c s <[EMAIL PROTECTED]> 2008-04-28 01:13:16 MST --- The code is picked from ZMD as a test snippet. -- Configure bugmail

[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384236 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384236#c6 Atsushi Enomoto <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384236 Atsushi Enomoto <[EMAIL PROTECTED]> changed: What|Removed |Added CC|[EMAIL PROTECTED]

[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384236 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384236#c7 Atsushi Enomoto <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384236 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384236#c8 --- Comment #8 from vadiraj c s <[EMAIL PROTECTED]> 2008-04-28 01:30:41 MST --- using System; using System.Web.Services; using System.Web.Services.Pro

[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384236 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384236#c9 --- Comment #9 from vadiraj c s <[EMAIL PROTECTED]> 2008-04-28 01:36:49 MST --- Main Program using System; class pingSoap { public static void

[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384236 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384236#c10 --- Comment #10 from vadiraj c s <[EMAIL PROTECTED]> 2008-04-28 01:38:08 MST --- Since the application is bit complex we could provide you the setup

[Mono-bugs] [Bug 384176] SIGSEGV while executing mod_mono_server2.exe

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384176 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384176#c1 --- Comment #1 from MichaƂ Ziemski <[EMAIL PROTECTED]> 2008-04-28 01:43:24 MST --- Upon crash I get the following in Apache error_log (the printed st

[Mono-bugs] [Bug 384127] MethodBuilder. GetGenericArguments must return null if method is not generic

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384127 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384127#c1 Marek Safar <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 383938] Poker - cards are smaller than they should be

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383938 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383938#c1 Michael Dominic K. <[EMAIL PROTECTED]> changed: What|Removed |Added --

[Mono-bugs] [Bug 383938] Poker - cards are smaller than they should be

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383938 Michael Dominic K. <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|mono-bugs@lists.ximian.c

[Mono-bugs] [Bug 383899] System.IO.Path.GetInvalidFileNameChars() return values in different order on MS.NET vs. MonoWindows

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383899 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383899#c1 --- Comment #1 from Atsushi Enomoto <[EMAIL PROTECTED]> 2008-04-28 02:35:15 MST --- It does not sound like a bug at all. -- Configure bugmail: htt

[Mono-bugs] [Bug 383883] Looping through dictionary key value pairs is different on . NET vs. MonoMac vs. MonoWindows

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383883 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383883#c2 Atsushi Enomoto <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 383899] System.IO.Path.GetInvalidFileNameChars() return values in different order on MS.NET vs. MonoWindows

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383899 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383899#c2 Atsushi Enomoto <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 383938] Poker - cards are smaller than they should be

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383938 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383938#c2 Michael Dominic K. <[EMAIL PROTECTED]> changed: What|Removed |Added --

[Mono-bugs] [Bug 384191] Cloning issues for anonymous methods

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384191 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384191#c1 Marek Safar <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 383891] Ink Journal - Images are in wrong place

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383891 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383891#c2 Stephane Delcroix <[EMAIL PROTECTED]> changed: What|Removed |Added ---

[Mono-bugs] [Bug 384294] New: Crash preceded by "Thread (nil) may have been prematurely finalized"

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384294 Summary: Crash preceded by "Thread (nil) may have been prematurely finalized" Product: Mono: Class Libraries Version: SVN Platform: Other OS/Version: Other Status:

[Mono-bugs] [Bug 383993] [GMCS] invalid IL generated for comparison of enum with null

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383993 Marek Safar <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|mono-bugs@lists.ximian.com

[Mono-bugs] [Bug 384144] system.web.extensions regression

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384144 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384144#c1 Marek Habersack <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 383756] xsp2 (version 1.9) bug!

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383756 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383756#c3 Marek Habersack <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384236 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384236#c11 --- Comment #11 from vadiraj c s <[EMAIL PROTECTED]> 2008-04-28 04:29:08 MST --- stack trace from the working mono version 1.2.2 http://164.99.96.4

[Mono-bugs] [Bug 383892] [Regression] Ink Journal - lasso is misplaced

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383892 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383892#c1 Michael Dominic K. <[EMAIL PROTECTED]> changed: What|Removed |Added --

[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384236 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384236#c12 --- Comment #12 from vadiraj c s <[EMAIL PROTECTED]> 2008-04-28 04:30:05 MST --- after upgrading mono 1.9.1 -- Configure bugmail: https://bugzi

[Mono-bugs] [Bug 383879] HHH Comic - comics menu is transparent and hard to see

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383879 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383879#c1 Michael Dominic K. <[EMAIL PROTECTED]> changed: What|Removed |Added --

[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384236 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384236#c13 --- Comment #13 from Marek Habersack <[EMAIL PROTECTED]> 2008-04-28 06:03:09 MST --- Does the Server.asmx file physically exist in the location? -

[Mono-bugs] [Bug 384356] New: Object creation 4x times slower on Mono than on MS.NET

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384356 Summary: Object creation 4x times slower on Mono than on MS.NET Product: Mono: Runtime Version: 1.9.0 Platform: x86 OS/Version: Ubuntu Status: NEW Severity: Normal

[Mono-bugs] [Bug 382644] Changing timeout of running session is ignored

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=382644 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=382644#c3 Marek Habersack <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 315816] [Regression] One crippled DLL leads to a failure of a complete website

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=315816 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=315816#c4 Marek Habersack <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 384184] PropertyGrid: Collection property should always be no-read-only even if no setter

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384184 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384184#c2 --- Comment #2 from Thomas Wiest <[EMAIL PROTECTED]> 2008-04-28 08:35:03 MST --- jpobst fixed this before I even saw the e-mail. Thanks jpobst! :)

[Mono-bugs] [Bug 384373] New: FF plugin suffixes differs from SL

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384373 Summary: FF plugin suffixes differs from SL Product: Moonlight Version: 1.0.0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None

[Mono-bugs] [Bug 384173] Unable to install Mono on Cento OS 5

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384173 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384173#c1 --- Comment #1 from Wade Berrier <[EMAIL PROTECTED]> 2008-04-28 08:47:38 MST --- What is the contents of mono.repo? (I'm wondering if you installed

[Mono-bugs] [Bug 384180] MWF SWF2k5.csproj ignores namespace on embedding resources

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384180 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|mono-bugs@lists.ximian.com

[Mono-bugs] [Bug 384181] [Win32] TextBox: '&' should be displayed normally

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384181 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added Status Whiteboard|

[Mono-bugs] [Bug 384182] Scrollbar crash etc when LargeChange is zero

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384182 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added Status Whiteboard|

[Mono-bugs] [Bug 384183] ListBox: Vertical scrolling is broken in HEAD

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384183 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added Status Whiteboard|

[Mono-bugs] [Bug 384184] PropertyGrid: Collection property should always be no-read-only even if no setter

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384184 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added Status Whiteboard|

[Mono-bugs] [Bug 383904] [Regression] Office Ribbon does not load

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383904 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383904#c1 Michael Dominic K. <[EMAIL PROTECTED]> changed: What|Removed |Added --

[Mono-bugs] [Bug 384115] [PATCH] Right key does not work when navigating sub-menu

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384115 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|mono-bugs@lists.ximian.com

[Mono-bugs] [Bug 384173] Unable to install Mono on Cento OS 5

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384173 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384173#c2 --- Comment #2 from Karan Misra <[EMAIL PROTECTED]> 2008-04-28 09:37:21 MST --- [mono] name=Mono for rhel-4-i386 (stable) baseurl=http://ftp.novell.co

[Mono-bugs] [Bug 384115] [PATCH] Right key does not work when navigating sub-menu

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384115 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384115#c2 Everaldo Canuto <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 383904] [Regression] Office Ribbon does not load

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383904 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383904#c2 Michael Dominic K. <[EMAIL PROTECTED]> changed: What|Removed |Added --

[Mono-bugs] [Bug 383892] [Regression] Ink Journal - lasso is misplaced

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383892 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383892#c2 Stephane Delcroix <[EMAIL PROTECTED]> changed: What|Removed |Added ---

[Mono-bugs] [Bug 383894] Tattoo studio - cannot start drawing hand

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383894 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383894#c3 Sebastien Pouliot <[EMAIL PROTECTED]> changed: What|Removed |Added ---

[Mono-bugs] [Bug 384183] ListBox: Vertical scrolling is broken in HEAD

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384183 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|mono-bugs@lists.ximian.com

[Mono-bugs] [Bug 384183] ListBox: Vertical scrolling is broken in HEAD

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384183 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384183#c1 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added --

[Mono-bugs] [Bug 384181] [Win32] TextBox: '&' should be displayed normally

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384181 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|mono-bugs@lists.ximian.com

[Mono-bugs] [Bug 384181] [Win32] TextBox: '&' should be displayed normally

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384181 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384181#c2 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added --

[Mono-bugs] [Bug 384182] Scrollbar crash etc when LargeChange is zero

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384182 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|mono-bugs@lists.ximian.com

[Mono-bugs] [Bug 384182] Scrollbar crash etc when LargeChange is zero

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384182 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384182#c1 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added --

[Mono-bugs] [Bug 362029] Which fallback font should Moonlight use?

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=362029 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=362029#c1 Jeffrey Stedfast <[EMAIL PROTECTED]> changed: What|Removed |Added

[Mono-bugs] [Bug 383894] Tattoo studio - cannot start drawing hand

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383894 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383894#c4 --- Comment #4 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-04-28 12:59:16 MST --- I found out why Moonlight (and neither SL) get the mouse down e

[Mono-bugs] [Bug 384176] SIGSEGV while executing mod_mono_server2.exe

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384176 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added CC|

[Mono-bugs] [Bug 383894] Tattoo studio - cannot start drawing hand

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383894 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383894#c5 --- Comment #5 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-04-28 13:07:04 MST --- http://schemas.microsoft.com/client/2007"; Width="800" Heig

[Mono-bugs] [Bug 383894] Tattoo studio - cannot start drawing hand

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383894 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383894#c6 --- Comment #6 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-04-28 13:14:30 MST --- I should have check the attached bitmap first. It seems the ori

[Mono-bugs] [Bug 384485] New: On OpenSUSE 10.3/Linux, SerialPort.Open always fails.

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384485 Summary: On OpenSUSE 10.3/Linux,SerialPort.Open always fails. Product: Mono: Class Libraries Version: 1.9.0 Platform: i686 OS/Version: openSUSE 10.3 Status: NEW Severity: Bl

[Mono-bugs] [Bug 384227] On Mac OS X, System.IO.Ports. SerialPort cannot read data using any Read* method.

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384227 Chris Walker <[EMAIL PROTECTED]> changed: What|Removed |Added Component|System

[Mono-bugs] [Bug 384294] Crash preceded by "Thread (nil) may have been prematurely finalized"

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384294 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384294#c1 --- Comment #1 from Jonathan Pobst <[EMAIL PROTECTED]> 2008-04-28 13:21:17 MST --- Missing the attachment. :) -- Configure bugmail: https://bugzi

[Mono-bugs] [Bug 381084] Treeview control doesn't refresh properly

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=381084 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|mono-bugs@lists.ximian.com

[Mono-bugs] [Bug 381097] PieChart - does not resize

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=381097 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|mono-bugs@lists.ximian.com

[Mono-bugs] [Bug 341847] Test Case 426252 - AlbumSurfer main form never loads ( only the splash screen)

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=341847 Jonathan Pobst <[EMAIL PROTECTED]> changed: What|Removed |Added CC|[EMAIL PROTECTED]

[Mono-bugs] [Bug 383894] Tattoo studio - cannot start drawing hand

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383894 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383894#c7 --- Comment #7 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-04-28 13:37:24 MST --- freaky, I should have made a screenshot earlier. restarting the

[Mono-bugs] [Bug 384294] Crash preceded by "Thread (nil) may have been prematurely finalized"

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384294 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384294#c2 --- Comment #2 from Andy Hume <[EMAIL PROTECTED]> 2008-04-28 14:02:25 MST --- Created an attachment (id=210960) --> (https://bugzilla.novell.com/atta

[Mono-bugs] [Bug 384184] PropertyGrid: Collection property should always be no-read-only even if no setter

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384184 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384184#c3 --- Comment #3 from Andy Hume <[EMAIL PROTECTED]> 2008-04-28 14:04:08 MST --- Thanks both! :-) -- Configure bugmail: https://bugzilla.novell.com/us

[Mono-bugs] [Bug 383894] Tattoo studio - cannot start drawing hand

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383894 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383894#c8 --- Comment #8 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-04-28 14:53:10 MST --- Smaller example that shows we don't apply the clipping correctl

[Mono-bugs] [Bug 384534] New: timeout for tcpchannel doesn't work

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384534 Summary: timeout for tcpchannel doesn't work Product: Mono: Runtime Version: SVN Platform: i686 OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None

[Mono-bugs] [Bug 384115] [PATCH] Right key does not work when navigating sub-menu

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384115 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384115#c3 --- Comment #3 from Ernesto Carrea <[EMAIL PROTECTED]> 2008-04-28 15:45:38 MST --- Created an attachment (id=210981) --> (https://bugzilla.novell.co

[Mono-bugs] [Bug 384115] [PATCH] Right key does not work when navigating sub-menu

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384115 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384115#c4 Ernesto Carrea <[EMAIL PROTECTED]> changed: What|Removed |Added --

[Mono-bugs] [Bug 384115] [PATCH] Right key does not work when navigating sub-menu

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384115 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384115#c5 Everaldo Canuto <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 333548] Menu: Window receives key events when menu is active

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=333548 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=333548#c5 --- Comment #5 from Everaldo Canuto <[EMAIL PROTECTED]> 2008-04-28 19:46:52 MST --- Created an attachment (id=211007) --> (https://bugzilla.novell.c

[Mono-bugs] [Bug 333548] Menu: Window receives key events when menu is active

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=333548 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=333548#c6 Everaldo Canuto <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 384580] New: json serialization discrepancy

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384580 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384580#c384144 Summary: json serialization discrepancy Product: Mono: Class Libraries Version: SVN Platform: Other

[Mono-bugs] [Bug 383756] xsp2 (version 1.9) bug!

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383756 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383756#c4 hual ji <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 383756] xsp2 (version 1.9) bug!

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=383756 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383756#c5 --- Comment #5 from hual ji <[EMAIL PROTECTED]> 2008-04-28 20:55:36 MST --- My site is www.linuxdot.net, welcome to visit the site. -- Configure bu

[Mono-bugs] [Bug 384236] System.Web.Service call WebMethod not working

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384236 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384236#c14 --- Comment #14 from vadiraj c s <[EMAIL PROTECTED]> 2008-04-28 21:13:21 MST --- Yes it does. /usr/share/zmd/SOAP/Server.asmx -- Configure bugm

[Mono-bugs] [Bug 384584] New: generic type parameters not recognized within nested anonymous methods

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384584 Summary: generic type parameters not recognized within nested anonymous methods Product: Mono: Compilers Version: 1.9.0 Platform: x86 OS/Version: Windows XP Status

[Mono-bugs] [Bug 384485] On OpenSUSE 10.3/Linux, SerialPort.Open always fails.

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384485 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=384485#c1 Chris Walker <[EMAIL PROTECTED]> changed: What|Removed |Added

[Mono-bugs] [Bug 384485] On Linux, SerialPort.Open requires admin rights

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384485 Chris Walker <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED

[Mono-bugs] [Bug 384227] On Mac OS X, System.IO.Ports. SerialPort cannot read data using any Read* method.

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=384227 Chris Walker <[EMAIL PROTECTED]> changed: What|Removed |Added Priority|P5 - None

[Mono-bugs] [Bug 378191] Rapidly calling DoDragDrop can cause NullReferenceException

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378191 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=378191#c2 Carlos Alberto Cortez <[EMAIL PROTECTED]> changed: What|Removed |Added ---

[Mono-bugs] [Bug 367490] Menu: a wide Menu is drawn off screen edge

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=367490 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=367490#c5 Everaldo Canuto <[EMAIL PROTECTED]> changed: What|Removed |Added -

[Mono-bugs] [Bug 367490] Menu: a wide Menu is drawn off screen edge

2008-04-28 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=367490 User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=367490#c6 --- Comment #6 from Everaldo Canuto <[EMAIL PROTECTED]> 2008-04-29 00:58:22 MST --- ToolStrip Menus fixed in r102096. -- Configure bugmail: https: