[Mono-dev] string marshalling conversion 34 not implemented

2008-04-04 Thread Josh
Mono is throwing me the error "string marshalling conversion 34 not implemented" when I'm attempting to call a function to libvlc.dll from my code. The other calls to the DLL work fine, but the AddTarget Function causes the error. I'm getting the same results on both Windows and Linux versions. [A

Re: [Mono-dev] urgent issue with reading xml into adataset(System.InvalidCastException)

2008-04-04 Thread Veerapuram Varadhan
On Fri, 2008-04-04 at 22:52 +0300, Rosenberg, Shlomi wrote: > Thanks. Done (Bug #377146). > Thanks and just saw your attachment and the bug. Will soon be worked upon. V. Varadhan > Shlomi > > -Original Message- > From: Veerapuram Varadhan [mailto:[EMAIL PROTECTED] > Sent: Friday, Ap

Re: [Mono-dev] urgent issue with reading xml into adataset(System.InvalidCastException)

2008-04-04 Thread Rosenberg, Shlomi
Thanks. Done (Bug #377146). Shlomi -Original Message- From: Veerapuram Varadhan [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2008 1:09 PM To: Rosenberg, Shlomi Cc: mono-devel-list@lists.ximian.com Subject: RE: [Mono-dev] urgent issue with reading xml into adataset(System.InvalidCa

[Mono-dev] Mono runtime error "Pointers can not reference marshaled structures"

2008-04-04 Thread Steve Leibman
Hi all, Possible mono bug -- soliciting feedback before I actually file a bug report. I'm having difficulty making calls from C# to functions in native libraries that take pointers to structs as arguments. I've been able to work around the issue by using void* pointers in C# instead of pointers t

Re: [Mono-dev] DataGridView virtual mode, exception

2008-04-04 Thread Jonathan Pobst
Virtual mode, and indeed much of DataGridView, does not work under Mono 1.9. I have been improving it for Mono 2.0, but it is highly unlikely that virtual mode will be working by then. I do not know of any alternatives either. Perhaps someone else does. Jonathan Cetin Sert wrote: > Dear Mon

[Mono-dev] DataGridView virtual mode, exception

2008-04-04 Thread Cetin Sert
Dear Mono Devs, mono DGVV.exe Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object at System.Windows.Forms.DataGridView.set_RowCount (Int32 value) [0x0] at (wrapper remoting-invoke-with-check) System.Windows.Forms.DataGridView:set_RowCou

Re: [Mono-dev] urgent issue with reading xml into a dataset(System.InvalidCastException)

2008-04-04 Thread Veerapuram Varadhan
On Fri, 2008-04-04 at 12:52 +0300, Rosenberg, Shlomi wrote: > How do I file a bug (sorry I'm new here)? > 1) Goto http://bugzilla.novell.com 2) Create a user account for yourself and login to bugzilla 3) Click on "New" from the top-grey-band 4) Choose "Mono" as Classification (Product-line) 5) C

Re: [Mono-dev] urgent issue with reading xml into a dataset (System.InvalidCastException)

2008-04-04 Thread Veerapuram Varadhan
Hi Shlomi, On Fri, 2008-04-04 at 09:09 +0300, Rosenberg, Shlomi wrote: >  > Hi, > > I hava a dataset with a table containing the following row: > stepTable.Columns.Add("FuncXml", typeof(LabRat.LrtXml)); > in the XML file it looks like this: > > > Callback=""> > > Callback=""

Re: [Mono-dev] Mono-devel-list Digest, Vol 36, Issue 8

2008-04-04 Thread Antti S. Lankila
[EMAIL PROTECTED] wrote: > void Page_Init() > { > dropdown.DataSource = somelist; > dropdown.DataBind(); > } > As a workaround, I have ViewState['dd_value'] = dropdown.Items[0].Value and ditto for Text. In every Page_Load I restore the first item's Value and Text from ViewState. --

[Mono-dev] DataSource's DataBind exposes difference between properties and attributes

2008-04-04 Thread Antti S. Lankila
Something like this: public class Item { public string ID, Text; } var foo = new [] { new Item() { ID = "x", Text = "X" }, new Item() { ID = "y", Text = "Y" }, }; is not a valid datasource to for instance asp:DataGrid. The problem is that DataGrid calls GetPropertyValue() which does not