I need urgently to install Mono 2.6 on Ubuntu 9.10 but in Synaptic the version 2.6 doesn't appear :-(
Is there an other repository I can use to intall it ?
Hi everyone,
I get an ArrayOfXelement for a result by a webservice. But now I wish to bind this data into a chart in Silverlight also I need to create a datatable.
My question is how to travel my ArrayOfXelement ? Any ideas ? Linq to XML ?
Regards.
Narglix
Hi everyone,
I know we cannot access directly to a database with Silverlight. Linq 2 SQL doesn't exist for Silverlight but can I use other things ? I heard too about RIA Services and ADO.net but I don't think they are implemented for a Linux Server.
Thanks for your future answers.
When I try to add a connection Linq to SQL with the OLE DB Provider : PostgreSQL OLE DB Provider I have an error message :
Unspecified error: E_OUTOFMEMORY(0x8007000E)
I don't understand what I've this message.
I need urgently to install Mono 2.6 on Ubuntu 9.10 but in Synaptic the version 2.6 doesn't appear :-(
Is there an other repository I can use to intall it ?
Hi everyone,
I use MonoDevelop 2.2.2 with Mono 2.6.3 on OpenSuse so the linq to sql feature is implemented. But I have the problem I can create a new connexion to a postgresql database it's ok but when I click in Tool - Generate Data classes and select the connexion I've created before I obtain nothing, no tables appear.
What's the problem ?
Hi everybody,
Here it's my problem I've a list of the following measure :
src1 dst2 24th december 2009
src1 dst3 22th december 2009
src1 dst2 18th december 2009
I would like to have just the latest measures with a sql request - 2 first lines in my case because the pairs(src and dst) aren't the same.
I try to use DISTINCT but I have just the 2 first columns and I will all columns.
I try too GROUP BY but I hadn't success.
Anyone can help me ?
Thx
Narglix
I have the problem I just installed the new Monodevelop 2.2.2 on Windows but I haven't the database add-in and I cannot add-in with the basic repository.
Are-there other repository for that ?
Thanks with advance.
Narglix
Hi everyone,
I'm using the new Telerik Rad Control and I would to use the GridView included.
But my problem is I recover with a webservice a List<List<String>> object and I would like to show it into my Datagridview.
I try to make a Grid.ItemSource = e.result but nothing appears ;-(
What's the problem ?
Thanks a lot.
Narglix
Hi,
I need to use a two dimensional grid with headers in the left and the top on Silverlight.
Is it possible to configure a grid for that or I need to use an other control ?
Best regards.
Narglix