https://bugzilla.novell.com/show_bug.cgi?id=370736

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=370736#c6





--- Comment #6 from Eric Petit <[EMAIL PROTECTED]>  2008-06-11 16:56:15 MDT ---
i have : 
[EMAIL PROTECTED] DtGrViewTestCase]$ mono -V
Mono JIT compiler version 20080604 (tarball)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV:       altstack
        Notifications: epoll
        Architecture:  x86
        Disabled:      none

and there is already the problem with my soft,
in it MS GUI designer define as it :
            // 

            // saveFileDialog1

            // 

            this.saveFileDialog1.RestoreDirectory = true;

            this.saveFileDialog1.ShowHelp = true;

            this.saveFileDialog1.SupportMultiDottedExtensions = true;

            resources.ApplyResources(this.saveFileDialog1, "saveFileDialog1");

i add all in the test case except :
            resources.ApplyResources(this.saveFileDialog1, "saveFileDialog1");
and it work, so i gues the problem come from the ressource manager or ressource
file


-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to