Well I personally don't know any big OS softwares built with C#, but there is a starting project called OSCE (Open Source Cartography Engine), which is being built now.<br><br>We just started developement and you might want to check it out.<br>
<br>The idea is to have an universal parser/writer map renderer.<br><br>Heres the svn link <a href="http://svn.osgeo.org/osgeo/community/projects/carto/code/trunk/OSCE">http://svn.osgeo.org/osgeo/community/projects/carto/code/trunk/OSCE</a><br>
<br>George<br><br><div class="gmail_quote">On Fri, May 14, 2010 at 5:55 PM, Walter Wittel <span dir="ltr"><<a href="mailto:wwittel@lizardtech.com">wwittel@lizardtech.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
The issue with sqlite was rather simple (capitalization). We solved it as follows:<br>
<br>
#if UNIX<br>
connection = new SqliteConnection(connectionString);<br>
#else<br>
connection = new SQLiteConnection(connectionString);<br>
#endif<br>
<br>
A bit ugly but works. BTW, for Windows we are using the System.Data.SQLite assembly from <a href="http://sqlite.phxsoftware.com/" target="_blank">http://sqlite.phxsoftware.com/</a> (which has now been ported to mono).<br>
<br>
The other issue we hit was that the base OS install of SQLite on one of our target platforms was below the minimum required by System.Data.SQLite.<br>
<font color="#888888"><br>
-Walter<br>
</font><div><div></div><div class="h5"><br>
-----Original Message-----<br>
From: <a href="mailto:dotnet-bounces@lists.osgeo.org">dotnet-bounces@lists.osgeo.org</a> [mailto:<a href="mailto:dotnet-bounces@lists.osgeo.org">dotnet-bounces@lists.osgeo.org</a>] On Behalf Of Michael P. Gerlek<br>
Sent: Friday, May 14, 2010 1:36 PM<br>
To: <a href="mailto:dotnet@lists.osgeo.org">dotnet@lists.osgeo.org</a><br>
Subject: [DotNet-OSGeo] First post?<br>
<br>
I'll kick things off by saying we're building a major app right now which uses C# on top of C++ and runs under Windows, Linux, and Solaris -- and wonder of wonders it's all working pretty well.<br>
<br>
It was perhaps a big risk for me personally to advocate using C# under Unix, but my team here has made it all hang together really nicely (aside from some (very nasty) problems with Mono and Solaris).<br>
<br>
[We also had some problems with sqlite under mono, but I don't have the details to hand.]<br>
<br>
Any other big geo-ish apps out there using Mono?<br>
<br>
Up the revolution,<br>
-mpg<br>
_______________________________________________<br>
DotNet mailing list<br>
<a href="mailto:DotNet@lists.osgeo.org">DotNet@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/dotnet" target="_blank">http://lists.osgeo.org/mailman/listinfo/dotnet</a><br>
_______________________________________________<br>
DotNet mailing list<br>
<a href="mailto:DotNet@lists.osgeo.org">DotNet@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/dotnet" target="_blank">http://lists.osgeo.org/mailman/listinfo/dotnet</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>George R. C. Silva<br><br>Desenvolvimento em GIS<br><a href="http://blog.geoprocessamento.net">http://blog.geoprocessamento.net</a><br>