<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Hi:<BR>
I was having the same issue some days ago, and Michael Hutchinson explain me:<BR>
<BR>When you change the GtkSharp target, from 2.12 to 2.10 or even 2.8.3, it changes the Referenced library's to this version, but, if you have other Library, wich depends on 2.12, it will fail with that error.<BR>This issue happen if you use Gecko-Sharp.dll (to name one) compile against Gtk-Sharp 2.12, and your trying to target 2.10.<BR>If this is the problem (with Gecko-Sharp or other dll compiled agains Gtk-Sharp 2.12) and you need to compile with that library, you only need to find a pre-compiled dll, with the Correct version, (In my example, Gecko-Sharp.dll compiled against 2.10, was found in Mono SLED package) and reference THIS dll.<BR>
<BR>You can see the answer that i get here:<BR><A href="http://lists.ximian.com/pipermail/monodevelop-list/2008-July/007909.html">http://lists.ximian.com/pipermail/monodevelop-list/2008-July/007909.html</A><BR>
<BR>
Bye<BR>Luciano<BR><BR><BR><BR><BR><BR>
<HR id=stopSpelling>
<BR>
> Date: Tue, 15 Jul 2008 23:14:59 -0700<BR>> From: blue_phantom20045@hotmail.com<BR>> To: gtk-sharp-list@lists.ximian.com<BR>> Subject: Re: [Gtk-sharp-list] portabilty with Windows and Linux<BR>> <BR>> <BR>> Hello!<BR>> <BR>> Thanks! that really works, but now I have a new problem (I'm sorry for waste<BR>> your time =( )<BR>> <BR>> The problem is that if I create a new project, and select any version of<BR>> gtk-sharp... when I put the fixer container and try to run the app. I get<BR>> this error:<BR>> <BR>> The imported type `Gtk.Window' is defined multiple times(CS0433)<BR>> <BR>> If i make double click the message, show me this line:<BR>> <BR>> public partial class MainWindow: Gtk.Window<BR>> <BR>> What should be the problem???<BR>> <BR>> =S<BR>> <BR>> Thanks<BR>> -- <BR>> View this message in context: http://www.nabble.com/portabilty-with-Windows-and-Linux-tp18436724p18480930.html<BR>> Sent from the Mono - Gtk# mailing list archive at Nabble.com.<BR>> <BR>> _______________________________________________<BR>> Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com<BR>> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list<BR><BR><br /><hr />Use video conversation to talk face-to-face with Windows Live Messenger. <a href='http://www.windowslive.com/messenger/connect_your_way.html?ocid=TXT_TAGLM_WL_Refresh_messenger_video_072008' target='_new'>Get started.</a></body>
</html>