<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comentarios en: Trabajando con C# y MySQL en Mono y Monodevelop</title>
	<atom:link href="http://www.nosolocodigo.com/trabajando-con-c-y-mysql-en-mono-y-monodevelop/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nosolocodigo.com/trabajando-con-c-y-mysql-en-mono-y-monodevelop</link>
	<description>Blog de desarrollo web, Joomla, Wordpress y software libre</description>
	<lastBuildDate>Sat, 06 Feb 2010 14:32:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Por: cesar</title>
		<link>http://www.nosolocodigo.com/trabajando-con-c-y-mysql-en-mono-y-monodevelop/comment-page-1#comment-3554</link>
		<dc:creator>cesar</dc:creator>
		<pubDate>Wed, 30 Sep 2009 17:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.nosolocodigo.com/?p=389#comment-3554</guid>
		<description>@fer &amp;&amp; @Daniel intenten descargar el compilado desde la siguiente direccion: http://downloads.mysql.com/archives.php?p=mysql-connector-net-5.0&amp;v=5.0.7 y sigan los mismos pasos con esta version ya no tuve el problema que con la version 5.2.7</description>
		<content:encoded><![CDATA[<p>@fer &amp;&amp; @Daniel intenten descargar el compilado desde la siguiente direccion: <a href="http://downloads.mysql.com/archives.php?p=mysql-connector-net-5.0&amp;v=5.0.7" rel="nofollow">http://downloads.mysql.com/archives.php?p=mysql-connector-net-5.0&amp;v=5.0.7</a> y sigan los mismos pasos con esta version ya no tuve el problema que con la version 5.2.7</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: fer</title>
		<link>http://www.nosolocodigo.com/trabajando-con-c-y-mysql-en-mono-y-monodevelop/comment-page-1#comment-3216</link>
		<dc:creator>fer</dc:creator>
		<pubDate>Wed, 19 Aug 2009 14:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.nosolocodigo.com/?p=389#comment-3216</guid>
		<description>a mi me da el mismo error daniel , supongo que es tan simple como poner que MONO_PATH sea donde esta la dll pero no tengo ni idea de como hacerlo</description>
		<content:encoded><![CDATA[<p>a mi me da el mismo error daniel , supongo que es tan simple como poner que MONO_PATH sea donde esta la dll pero no tengo ni idea de como hacerlo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Daniel</title>
		<link>http://www.nosolocodigo.com/trabajando-con-c-y-mysql-en-mono-y-monodevelop/comment-page-1#comment-3148</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 01 Aug 2009 01:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.nosolocodigo.com/?p=389#comment-3148</guid>
		<description>** (/home/d4nd14z/Projects/Test/Test/bin/Debug/Test.exe:10319): WARNING **: The following assembly referenced from /home/d4nd14z/Projects/Test/Test/bin/Debug/Test.exe could not be loaded:
     Assembly:   MySql.Data    (assemblyref_index=1)
     Version:    5.2.7.0
     Public Key: c5687fc88969c44d
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/home/d4nd14z/Projects/Test/Test/bin/Debug).


** (/home/d4nd14z/Projects/Test/Test/bin/Debug/Test.exe:10319): WARNING **: Could not load file or assembly &#039;MySql.Data, Version=5.2.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d&#039; or one of its dependencies.

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly &#039;MySql.Data, Version=5.2.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d&#039; or one of its dependencies.
File name: &#039;MySql.Data, Version=5.2.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44</description>
		<content:encoded><![CDATA[<p>** (/home/d4nd14z/Projects/Test/Test/bin/Debug/Test.exe:10319): WARNING **: The following assembly referenced from /home/d4nd14z/Projects/Test/Test/bin/Debug/Test.exe could not be loaded:<br />
     Assembly:   MySql.Data    (assemblyref_index=1)<br />
     Version:    5.2.7.0<br />
     Public Key: c5687fc88969c44d<br />
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/home/d4nd14z/Projects/Test/Test/bin/Debug).</p>
<p>** (/home/d4nd14z/Projects/Test/Test/bin/Debug/Test.exe:10319): WARNING **: Could not load file or assembly &#8216;MySql.Data, Version=5.2.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d&#8217; or one of its dependencies.</p>
<p>Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly &#8216;MySql.Data, Version=5.2.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d&#8217; or one of its dependencies.<br />
File name: &#8216;MySql.Data, Version=5.2.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Carlos</title>
		<link>http://www.nosolocodigo.com/trabajando-con-c-y-mysql-en-mono-y-monodevelop/comment-page-1#comment-3037</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Sat, 04 Jul 2009 06:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.nosolocodigo.com/?p=389#comment-3037</guid>
		<description>excelente amigo, gracias, justo ahora me va a servir :D</description>
		<content:encoded><![CDATA[<p>excelente amigo, gracias, justo ahora me va a servir :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.540 seconds -->
