<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.gnome.mono.general">
    <title>gmane.comp.gnome.mono.general</title>
    <link>http://blog.gmane.org/gmane.comp.gnome.mono.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43737"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43731"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43726"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43724"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43722"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43721"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43718"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43716"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43713"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43712"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43711"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43710"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43704"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43703"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43699"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43698"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43692"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43686"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43685"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.mono.general/43679"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43737">
    <title>Mono website &amp; dependencies</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43737</link>
    <description>&lt;pre&gt;Hi,
Are there any plans to revamp the mono website?
Half the pages/links are broken. Most of the information also appears
to be out of date (except maybe for the download page???).

Xamarin's website seems mostly focused on the mobile side of things.
Maybe the mono non-mobile specific stuff could be folded/merged into
xamarin's website?

It is somewhat depressing the see the lack of apparent focus on the
mono desktop experience with so much of the information being out of
date or hard to find.

It would also be very helpful for those of us building
mono/monodevelop from sources if a dependency list was included as
well. ie: which package versions are required for each package. Right
now, if I download monodevelop sources, I have no idea which minimum
version of mono or the other satellite packages is required.

Cheers,
Nicholas
_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

&lt;/pre&gt;</description>
    <dc:creator>Nicholas Frechette</dc:creator>
    <dc:date>2012-05-26T16:21:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43731">
    <title>ApplicationSettingsBase acting different from Windows? P</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43731</link>
    <description>&lt;pre&gt;I've got this small test program, which is trying to use the
ApplicationSettingsBase to persist a list
of strings.

Code is here:  http://pastebin.com/GpcPhDz6 http://pastebin.com/GpcPhDz6 

The problem is it never adds more than 2 items?  On Windows, items keep
getting added?  

Running this on Linux (mono 2.10.8) shows this output:


[eric&amp;lt; at &amp;gt;farm228 settingstest]$ mono bin/Debug/settingstest.exe

before
after
Item: item0
[eric&amp;lt; at &amp;gt;farm228 settingstest]$ mono bin/Debug/settingstest.exe

before
Item: item0
after
Item: item0
Item: item1
[eric&amp;lt; at &amp;gt;farm228 settingstest]$ mono bin/Debug/settingstest.exe

before
Item: item0
after
Item: item0
Item: item1
[eric&amp;lt; at &amp;gt;farm228 settingstest]$ mono bin/Debug/settingstest.exe

before
Item: item0
after
Item: item0
Item: item1


--
View this message in context: http://mono.1490590.n4.nabble.com/ApplicationSettingsBase-acting-different-from-Windows-P-tp4649540.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list ma&lt;/pre&gt;</description>
    <dc:creator>efontana</dc:creator>
    <dc:date>2012-05-25T12:32:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43726">
    <title>bool Type.op_Inequality (Type, Type) Implement it properly once 4.0 impl details are known.</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43726</link>
    <description>&lt;pre&gt;This is the only alert that MoMa reported after examine LUCENE.NET



Can I use LUCENE.NET without lossing functionality?
_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
&lt;/pre&gt;</description>
    <dc:creator>Alberto León</dc:creator>
    <dc:date>2012-05-23T22:17:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43724">
    <title>Mono.WebBrowser switching from Gecko to Webkit</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43724</link>
    <description>&lt;pre&gt;Hi Community

In newer releases of Ubuntu, libgluezilla has been removed from the repository and with it the capability of the WebBrowser Control to display any kind of web based content. I know have trouble finding a new solution for embedding Flash into my Application.

The mono project website states that it is possible to use WebKit as the rendering engine for the WebBrowser Control, but it lacks any kind of Documentation. [1] The mono version I'm running is 2.10.8 on Ubuntu 12.4. Unfortunately moving the Gui Toolkit to GTK is not an Option at this point.

I have webkit-sharp installed and also libmono-webbrowser. My Gtk Test Program worked fine. So the only thing to do is to get the things running in collaboration with WinForms. I've tried referencing Mono.WebBrowser directly which was no use since Mono.WebKit is hidden inside. The compiler error demands libgluezilla to be installed. [2]

The main goal is getting Flash running inside a WinForms Control. If there is another, more practical way to do this&lt;/pre&gt;</description>
    <dc:creator>Adrian Stern</dc:creator>
    <dc:date>2012-05-23T13:33:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43722">
    <title>Async sockets and memory leaks in BeginSend</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43722</link>
    <description>&lt;pre&gt;I am developing server with mono using async socket model. Currently it's
about 500 simultaneously working clients with 20-100 operations per seconds.
The code should send messages accordingly theirs creation time, so I use
such pattern:

Send()
{
    //Dequeue message from queue. Messages placed in the queue accordingly
theirs creation time     
    SendStateObject state=new SendStateObject();
    state.buffer=Dequeue();  
    state.socket=client;
    
    //some checks in the code were removed, this function is called only
when no other send callbacks were ran
    client.BeginSend(state.buffer, 0, state.buffer.Length, SocketFlags.None,
new AsyncCallback(SendCallback), state);

} 

private void SendCallback(IAsyncResult ar)
{
    SendStateObject sendState = (SendStateObject)ar.AsyncState;
    Socket client = sendState.workSocket;

    try
    {
          client.EndSend(ar);
    }
    catch() /*Some exceptions handling */
    {}
    finally
    {
          sendState.buffer=null;
          sendState.workSocke&lt;/pre&gt;</description>
    <dc:creator>xplicit</dc:creator>
    <dc:date>2012-05-21T20:51:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43721">
    <title>MonoDevelop 3.0 doesn't show the "Create mac installer" option anymore</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43721</link>
    <description>&lt;pre&gt;Was it removed for good?  

If it was, is there a reason?  

-
Maurício Linhares
http://techbot.me/ - http://twitter.com/#!/mauriciojr


_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
&lt;/pre&gt;</description>
    <dc:creator>Maurício Linhares</dc:creator>
    <dc:date>2012-05-22T14:02:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43718">
    <title>Memory limit</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43718</link>
    <description>&lt;pre&gt;Is there a way to limit the max memory usage of mono ? 
In other languages, like java or php, there are options like -Xmx for Java
or -memory_limit for Php. 
Is there an equivalent mechanism for mono?

Thanks,
goodd21

--
View this message in context: http://mono.1490590.n4.nabble.com/Memory-limit-tp4649443.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

&lt;/pre&gt;</description>
    <dc:creator>goodd21</dc:creator>
    <dc:date>2012-05-22T05:47:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43716">
    <title>Error compiling</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43716</link>
    <description>&lt;pre&gt;I'm trying to compile mono 2.10.2 on RHEL 4U8 with GCC 4.6.2 and encounter
this error during make:

test_glib-string-util.o(.text+0x2373): In function `test_strdupv':
/home/admin/mono-2.10.2/eglib/test/string-util.c:640: undefined reference to
`g_strv_length'
collect2: ld returned 1 exit status
make[4]: *** [test-glib] Error 1

Anyone have experience with error before? 

Thanks.

--
View this message in context: http://mono.1490590.n4.nabble.com/Error-compiling-tp4643136.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

&lt;/pre&gt;</description>
    <dc:creator>wnowak1</dc:creator>
    <dc:date>2012-05-17T15:42:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43713">
    <title>Detect OS?</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43713</link>
    <description>&lt;pre&gt;Well Im writing some c# code, I would like to know how I would detect what OS
the user is running,

I dont want to use alot of if/thens

and I was hoping not to use a switch,

I was hoping for something simple as /Enviroment.GetOS();/

:P 

But I know about

*Enviroment.OSVersion.ToString().StartsWith("Unix");*

is their a faster and or easier way to get the users OS ?

--
View this message in context: http://mono.1490590.n4.nabble.com/Detect-OS-tp4645659.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

&lt;/pre&gt;</description>
    <dc:creator>Immortal</dc:creator>
    <dc:date>2012-05-19T04:18:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43712">
    <title>Xmx analogue</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43712</link>
    <description>&lt;pre&gt;Hello! Does Mono have Java Xmx-analogue? I can't find it :(
Help me, please)
_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
&lt;/pre&gt;</description>
    <dc:creator>Danil Yuferev</dc:creator>
    <dc:date>2012-05-18T14:17:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43711">
    <title>Xmx analogue</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43711</link>
    <description>&lt;pre&gt;Hello! Does Mono have Java Xmx-analogue? I can't find it :(
Help me, please)

--
View this message in context: http://mono.1490590.n4.nabble.com/Xmx-analogue-tp4644564.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

&lt;/pre&gt;</description>
    <dc:creator>goodd21</dc:creator>
    <dc:date>2012-05-18T14:15:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43710">
    <title>Linux distro</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43710</link>
    <description>&lt;pre&gt;Hi everywhere !

May I assume that the best Linux distro for Mono is OpenSUSE ? 

I maintan the 11.4 or go ahead to 12.1 ? 

It's for a server environment.

Thanks for your answer.

/Gabriel

/Gabriel

_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

&lt;/pre&gt;</description>
    <dc:creator>Gabriel Ibanez </dc:creator>
    <dc:date>2012-05-18T11:37:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43704">
    <title>Getting operational LDAP attributes</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43704</link>
    <description>&lt;pre&gt;Hello!

I am wondering, wether it is possible to read operational LDAP
attributes (like createTimestamp od entryUUID) with the
Novell.Direcory.Ldap classes.

cheers
Mathias

_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
&lt;/pre&gt;</description>
    <dc:creator>Mathias Tausig</dc:creator>
    <dc:date>2012-05-16T14:43:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43703">
    <title>Mono 2.1 RHEL 4</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43703</link>
    <description>&lt;pre&gt;We have an older cluster running RHEL 4.  We're trying to get mono 2.1 going. 
Anyone have luck compiling mono for an older version of redhat? 

--
View this message in context: http://mono.1490590.n4.nabble.com/Mono-2-1-RHEL-4-tp4632503.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

&lt;/pre&gt;</description>
    <dc:creator>wnowak1</dc:creator>
    <dc:date>2012-05-14T16:07:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43699">
    <title>Mono on Aix / PASE - Basic information (howto)</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43699</link>
    <description>&lt;pre&gt;Hello, we are trying to figure out how to get the report manager
(http://reportman.sourceforge.net/), used in our ERP, on Aix / PASE
(currently we run the ERP under the ZEND’s apache webserver).
The Report Manager is compiled in Delphi / Kylix or (most recently). NET.

*I wonder if is available (information are conflicting) a Mono version for
Aix / Pase, how to install and where download it.
*
I found some info here http://www.mono-project.com/Mono:PowerPC but i can't
understand if i should download the "Linux / PPC?" and how to install.

I wait for your reply and, for the moment, thank you.



--
View this message in context: http://mono.1490590.n4.nabble.com/Mono-on-Aix-PASE-Basic-information-howto-tp4632150.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
&lt;/pre&gt;</description>
    <dc:creator>cbordino</dc:creator>
    <dc:date>2012-05-14T12:57:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43698">
    <title>.ctor () is too complex.</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43698</link>
    <description>&lt;pre&gt;Hello All !

I have Mono 2.10.8.1 installed on Ubuntu.

I test my .net application and got this error:

*
System.InvalidProgramException: Method MyNamespace1.MyClass1:.ctor () is too
complex.*

Yes, i have Big constructor in MyClass1 generated by custom wizard - about
15 500 lines of code.

Is any solution for my problem ?


Thanks alot!


--
View this message in context: http://mono.1490590.n4.nabble.com/ctor-is-too-complex-tp4628623.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

&lt;/pre&gt;</description>
    <dc:creator>Petr.Zorin</dc:creator>
    <dc:date>2012-05-12T10:13:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43692">
    <title>How to detect which version of Mono a library iscompiled with?</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43692</link>
    <description>&lt;pre&gt;Okay, so my other topic is getting bogged down and missing the point. 
Hopefully this will keep the important part separate from the cruft.

For reasons that won't be discussed here, I have a .Net 2.0 app that 
uses GTK#. This is fine on openSUSE using 2.10.6, but on Ubuntu 12.04 it 
crashes out because they compiled 2.10.8 and GTK# with the .Net 4.0 
profile. If I force the .Net 4.0 profile, it runs without a problem.

What I have at the moment is a "run" script that uses lsb_release to 
look for "Ubuntu" releases greater than "12", and if it finds it then it 
adds the "--runtime" switch. That is obviously an ugly hack, as 
off-shoots of Ubuntu (or other distros) could also end up with the same 
problem, but not get picked up because they're not "Ubuntu" or they're 
using a different versioning scheme.

What I want is a less hack-ish run script (currently using Bash). The 
proper way to do it is to check for features rather than string matching 
and version checking (which caused lots of JavaScript issues w&lt;/pre&gt;</description>
    <dc:creator>IBBoard</dc:creator>
    <dc:date>2012-05-11T18:54:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43686">
    <title>Mono 2.0 issues in Ubuntu - where is the problem and how will it be fixed?</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43686</link>
    <description>&lt;pre&gt;It appears there is a problem with running older .Net apps on the latest 
versions of Ubuntu. If you compile for .Net 2.0 (perhaps because that is 
your lowest common denominator, because you are working cross-platform 
and you know some people will still be using WinXP without the huge .Net 
3/3.5/4 updates) and run it on Ubuntu then you currently get an instant 
crash with a message like "Missing method 
System.Type::op_Inequality(Type,Type) in assembly 
/usr/lib/mono/2.0/mscorlib.dll, referenced in assembly 
/usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll"

It looks like this problem is quite prevalent and problematic 
(https://bugs.launchpad.net/ubuntu/+source/mono/+bug/882501, 
http://stackoverflow.com/questions/10473868/mono-gtk-hello-world-failing-missing-method, 
and the rest of Google). The two fixes people have are "recompile" (only 
an option if you're *only* targeting Ubuntu and want to use v4.0) or 
"add the --runtime=v4.0 switch" to force a 2.0 app to run as 4.0.

Based on &lt;/pre&gt;</description>
    <dc:creator>IBBoard</dc:creator>
    <dc:date>2012-05-10T19:41:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43685">
    <title>Control.Invoke workaround</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43685</link>
    <description>&lt;pre&gt;Hi!

I have a legacy dll without source that uses Control.Invoke for event
callbacks into main thread. The problem is that Control class depends on X11
server in linux and can't be directly used on server machines without
graphics. 

DLL:
void SomeFunc(object arg, AsyncCallbackDelegate callback,
System.Windows.Forms.Control win);

APP:
Control win = new Control();
win.CreateControl();
dll.SomeFunc(arg, new AsyncCallbackDelegate(this.Callback), win);
WaitForCompletion(); // Application.DoEvents inside

So I'm looking for some workaround on this problem.
Any ideas?


--
View this message in context: http://mono.1490590.n4.nabble.com/Control-Invoke-workaround-tp4619717.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  Mono-list&amp;lt; at &amp;gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

&lt;/pre&gt;</description>
    <dc:creator>sviborg</dc:creator>
    <dc:date>2012-05-09T08:26:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43679">
    <title>Using a mysql Set column with sqlmetal</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43679</link>
    <description>&lt;pre&gt;Hy!

I am trying to use a mysql database with mono and Linq2Sql.
After a long hassle I have actually managed to create a helper class
with sqlmetal and use for certain databased.

My problem starts, as soon as I try to use a table which has a column
with a SET type in mysql.
The dbml created by sqlmetal than has a line like this:

      &amp;lt;Column Name="123_UNS" Member="_123UNS" Storage="_123uns"
Type="enum J, N" DbType="set('J','N')" IsPrimaryKey="false"
IsDbGenerated="false" CanBeNull="true" /&amp;gt;

And when I try to generate a C# class from it I get:

&amp;lt;&amp;lt;&amp;lt; writing C# classes in file '/tmp/db.cs'
sqlmetal: System.NullReferenceException: Object reference not set to an
instance of an object
  at DbMetal.Generator.CodeDomGenerator.GenerateTableClass
(DbLinq.Schema.Dbml.Table table, DbLinq.Schema.Dbml.Database database)
[0x00000] in &amp;lt;filename unknown&amp;gt;:0
  at DbMetal.Generator.CodeDomGenerator.GenerateCodeDomModel
(DbLinq.Schema.Dbml.Database database) [0x00000] in &amp;lt;filename unknown&amp;gt;:0
  at DbMetal.Generator.CodeDomGen&lt;/pre&gt;</description>
    <dc:creator>Mathias Tausig</dc:creator>
    <dc:date>2012-05-08T15:24:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.mono.general/43675">
    <title>System.Drawing.Graphics.Transform has no effect in Monounder Linux</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.mono.general/43675</link>
    <description>&lt;pre&gt;I have a very simple code that draws an image on a bitmap, the image must be
drawn in the lower right corner. I use TranslateTransform to move the image.
This works fine when run under Windows, however, TranslateTransform has no
effect when run in Mono under Linux.


byte[] imageBytes = File.ReadAllBytes(&amp;lt; at &amp;gt;"/home/alexey/Downloads/test.png");
using (Bitmap bmp = new Bitmap(500, 500))
{
    using (Graphics gr = Graphics.FromImage(bmp))
    {
        ImageAttributes attr = null;

        using (Image image = Image.FromStream(new MemoryStream(imageBytes)))
        {
            GraphicsUnit srcGU = GraphicsUnit.Pixel;
            RectangleF srcRect = image.GetBounds(ref srcGU);
            RectangleF bounds = new RectangleF(0, 0, 100, 100);

            // Destination points specify the bounding parallelogram.
            PointF[] dstPoints = new PointF[]
                { bounds.Location,
                  new PointF(bounds.X + bounds.Width, bounds.Y),
                  new PointF(bounds.X, bounds.Y + bounds.Hei&lt;/pre&gt;</description>
    <dc:creator>alex</dc:creator>
    <dc:date>2012-05-07T06:18:49</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnome.mono.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnome.mono.general</link>
  </textinput>
</rdf:RDF>

