<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mundo SharePoint</title>
	<atom:link href="http://www.mundosharepoint.es/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mundosharepoint.es</link>
	<description>Punto de encuentro de mis conocimientos de SharePoint</description>
	<lastBuildDate>Wed, 09 May 2012 20:15:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Smtp4dev: Servidor SMTP para testeo y demo</title>
		<link>http://www.mundosharepoint.es/2012/05/04/smtp4dev-servidor-smtp-para-testeo-y-demo/</link>
		<comments>http://www.mundosharepoint.es/2012/05/04/smtp4dev-servidor-smtp-para-testeo-y-demo/#comments</comments>
		<pubDate>Thu, 03 May 2012 23:19:56 +0000</pubDate>
		<dc:creator>José Andreu</dc:creator>
				<category><![CDATA[Administración central]]></category>
		<category><![CDATA[Codeplex]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Workflows]]></category>
		<category><![CDATA[Correo Saliente]]></category>
		<category><![CDATA[descargas]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://www.mundosharepoint.es/?p=207</guid>
		<description><![CDATA[En el desarrollo de SharePoint muchas veces necesitamos comprobar el correcto funcionamiento del envío de correos para verificar las notificaciones de flujos de trabajo, del envío de alertas, etc. Si no disponemos de un servidor SMTP durante el desarrollo de nuestro proyecto o por ejemplo estamos realizando una demo y no tenemos salida a internet, [...]]]></description>
			<content:encoded><![CDATA[<p>En el desarrollo de SharePoint muchas veces necesitamos comprobar el correcto funcionamiento del envío de correos para verificar las notificaciones de flujos de trabajo, del envío de alertas, etc.</p>
<p>Si no disponemos de un servidor SMTP durante el desarrollo de nuestro proyecto o por ejemplo estamos realizando una demo y no tenemos salida a internet, viene como anillo el servidor “falso” Smtp4dev.</p>
<p>Smtp4dev está disponible en Codeplex y consiste en una herramienta auto-ejecutable que se puede utilizar como servidor de SMTP. Cuando se envía un correo la aplicación captura dicho correo y muestra en pantalla dicho correo. Lo mejor de la herramienta es que lo podemos configurar en nuestro servidor de SharePoint de desarrollo o demos simplemente introduciendo el nombre de nuestra máquina como Correo Saliente.</p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2012/05/notify.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="notify" border="0" alt="notify" src="http://www.mundosharepoint.es/wp-content/uploads/2012/05/notify_thumb.png" width="244" height="122" /></a></p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2012/05/hh848749.smtp4deven-usMSDN.10.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="hh848749.smtp4dev(en-us,MSDN.10)" border="0" alt="hh848749.smtp4dev(en-us,MSDN.10)" src="http://www.mundosharepoint.es/wp-content/uploads/2012/05/hh848749.smtp4deven-usMSDN.10_thumb.png" width="380" height="280" /></a></p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2012/05/options.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="options" border="0" alt="options" src="http://www.mundosharepoint.es/wp-content/uploads/2012/05/options_thumb.png" width="367" height="337" /></a></p>
<p align="left">La herramienta puede descargarse desde <a href="http://smtp4dev.codeplex.com">http://smtp4dev.codeplex.com</a> </p>
<p align="center"><script src="http://panel.adlemons.com/index.php/js/get/213992182.js" type="text/javascript" charset="UTF-8"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mundosharepoint.es/2012/05/04/smtp4dev-servidor-smtp-para-testeo-y-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linq to SharePoint: Error &#8220;La conversi&#243;n especificada no es v&#225;lida&#8221;</title>
		<link>http://www.mundosharepoint.es/2012/04/12/linq-to-sharepoint-error-la-conversin-especificada-no-es-vlida/</link>
		<comments>http://www.mundosharepoint.es/2012/04/12/linq-to-sharepoint-error-la-conversin-especificada-no-es-vlida/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 17:00:00 +0000</pubDate>
		<dc:creator>José Andreu</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Errores]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Flujos de trabajo]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[SPMetal]]></category>

		<guid isPermaLink="false">http://www.mundosharepoint.es/?p=196</guid>
		<description><![CDATA[Error “Specific cast is not valid” Para poder trabajar con Linq to SharePoint el primero paso es generar las clases de entidad de nuestro sitio. Para ello, tenemos la herramienta de línea de comandos SPMetal que viene con cualquier de las versiones de SharePoint 2010. Para más detalles sobre su uso podéis ver la documentación [...]]]></description>
			<content:encoded><![CDATA[<p>    Error “Specific cast is not valid”</p>
<p>Para poder trabajar con <em>Linq to SharePoint</em> el primero paso es generar las clases de entidad de nuestro sitio. Para ello, tenemos la herramienta de línea de comandos SPMetal que viene con cualquier de las versiones de SharePoint 2010. Para más detalles sobre su uso podéis ver la documentación de MSDN: <a href="http://msdn.microsoft.com/es-es/library/ee538255.aspx">http://msdn.microsoft.com/es-es/library/ee538255.aspx</a></p>
<p>Hoy al hacer una consulta simple de una lista de SharePoint me he encontrado con el error “La conversión especificada no es válida” (Specific cast is not valid). Había generado las clases con el SPMetal con la configuración por defecto y cualquier intento de usar la lista me daba el error del título.</p>
<p>Tras buscar, descubro que parece que es un bug del SPMetal al encontrarse con una columna del tipo “WorkflowStatus” que se autogeneran cuando se añade un flujo de trabajo a una lista. Según la documentación de MSDN, este tipo de columna debería generarse en las clases de entidad del tipo <em>Object</em> (<a href="http://msdn.microsoft.com/es-es/library/ee536245.aspx">http://msdn.microsoft.com/es-es/library/ee536245.aspx</a>) pero el SPMetal las genera del tipo <em>Nullable&lt;int&gt;</em>.</p>
<p>En mi caso concreto, el archivo .cs con las clases generadas contenía:</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum1">   1:</span> <span style="color: #0000ff">private</span> System.Nullable&lt;<span style="color: #0000ff">int</span>&gt; _distribucionCorreo;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum2">   2:</span>&#160; </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum3">   3:</span>&#160; </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum4">   4:</span> [Microsoft.SharePoint.Linq.ColumnAttribute(Name=<span style="color: #006080">&quot;Distribu&quot;</span>, Storage=<span style="color: #006080">&quot;_distribucionCorreo&quot;</span>, ReadOnly=<span style="color: #0000ff">true</span>, FieldType=<span style="color: #006080">&quot;WorkflowStatus&quot;</span>)]</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum5">   5:</span>     <span style="color: #0000ff">public</span> System.Nullable&lt;<span style="color: #0000ff">int</span>&gt; DistribucionCorreo {</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum6">   6:</span>         get {</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum7">   7:</span>             <span style="color: #0000ff">return</span> <span style="color: #0000ff">this</span>._distribucionCorreo;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum8">   8:</span>         }</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum9">   9:</span>         set {</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum10">  10:</span>             <span style="color: #0000ff">if</span> ((<span style="color: #0000ff">value</span> != <span style="color: #0000ff">this</span>._distribucionCorreo)) {</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum11">  11:</span>                 <span style="color: #0000ff">this</span>.OnPropertyChanging(<span style="color: #006080">&quot;DistribucionCorreo&quot;</span>, <span style="color: #0000ff">this</span>._distribucionCorreo);</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum12">  12:</span>                 <span style="color: #0000ff">this</span>._distribucionCorreo = <span style="color: #0000ff">value</span>;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum13">  13:</span>                 <span style="color: #0000ff">this</span>.OnPropertyChanged(<span style="color: #006080">&quot;DistribucionCorreo&quot;</span>);</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum14">  14:</span>             }</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum15">  15:</span>         }</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum16">  16:</span>     } </pre>
<p><!--CRLF--></div>
</div>
<p><strong>Solución A</strong></p>
<p>La solución Quick&amp;Dirty es, una vez generadas las clases con SPMetal, ir a las propiedades problemáticas y cambiar los tipos <em>Nullable&lt;int&gt;</em>&#160; por tipo <em>Object</em> como indica la documentación de MSDN que debería ser. </p>
<p><strong>Solución B </strong></p>
<p>Una solución más elegante sería crear un archivo de configuración del comando SPMetal en el que indicamos que excluya la columna del tipo <em>WorkflowStatus</em> de las clases generadas. Por ejemplo:</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum1">   1:</span> <span style="color: #0000ff">&lt;?</span><span style="color: #800000">xml</span> <span style="color: #ff0000">version</span><span style="color: #0000ff">=&quot;1.0&quot;</span> <span style="color: #ff0000">encoding</span><span style="color: #0000ff">=&quot;utf-8&quot;</span> ?<span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum2">   2:</span> <span style="color: #0000ff">&lt;</span><span style="color: #800000">Web</span> <span style="color: #ff0000">xmlns</span><span style="color: #0000ff">=&quot;http://schemas.microsoft.com/SharePoint/2009/spmetal&quot;</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum3">   3:</span>   <span style="color: #0000ff">&lt;</span><span style="color: #800000">List</span> <span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;Registro de entrada&quot;</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum4">   4:</span>     <span style="color: #0000ff">&lt;</span><span style="color: #800000">ContentType</span> <span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;Elemento&quot;</span> <span style="color: #ff0000">Class</span><span style="color: #0000ff">=&quot;RegistroDeEntradaElemento&quot;</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum5">   5:</span>       <span style="color: #0000ff">&lt;</span><span style="color: #800000">ExcludeColumn</span> <span style="color: #ff0000">Name</span><span style="color: #0000ff">=&quot;Distribu&quot;</span><span style="color: #0000ff">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum6">   6:</span>     <span style="color: #0000ff">&lt;/</span><span style="color: #800000">ContentType</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum7">   7:</span>   <span style="color: #0000ff">&lt;/</span><span style="color: #800000">List</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum8">   8:</span> <span style="color: #0000ff">&lt;/</span><span style="color: #800000">Web</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></div>
</div>
<p>&#160;</p>
<p>De esta manera, al ejecutarse el SPMetal ya no nos generará estas columnas evitando el error.</p>
<p>Referencias:</p>
<ul>
<li><a href="http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/1c00419a-f616-4556-8098-545f82ff1a3f/">http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/1c00419a-f616-4556-8098-545f82ff1a3f/</a> </li>
<li><a href="http://msdn.microsoft.com/es-es/library/ee538255.aspx">http://msdn.microsoft.com/es-es/library/ee538255.aspx</a> </li>
<li><a href="http://msdn.microsoft.com/es-es/library/ee536245.aspx">http://msdn.microsoft.com/es-es/library/ee536245.aspx</a> </li>
<li><a href="http://msdn.microsoft.com/es-es/library/ee535056.aspx">http://msdn.microsoft.com/es-es/library/ee535056.aspx</a> </li>
</ul>
<p align="center"><script src="http://panel.adlemons.com/index.php/js/get/213992182.js" type="text/javascript" charset="UTF-8"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mundosharepoint.es/2012/04/12/linq-to-sharepoint-error-la-conversin-especificada-no-es-vlida/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSPBuilder: Men&#250; no aparece en Visual Studio 2008</title>
		<link>http://www.mundosharepoint.es/2010/11/03/wspbuilder-men-no-aparece-en-visual-studio-2008/</link>
		<comments>http://www.mundosharepoint.es/2010/11/03/wspbuilder-men-no-aparece-en-visual-studio-2008/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 22:01:00 +0000</pubDate>
		<dc:creator>José Andreu</dc:creator>
				<category><![CDATA[Errores]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[WSPBuilder]]></category>

		<guid isPermaLink="false">http://www.mundosharepoint.es/2010/11/03/wspbuilder-men-no-aparece-en-visual-studio-2008/</guid>
		<description><![CDATA[Aunque WSPBuilder es una herramienta con tiempo en la red y mucho uso, hoy me he encontrado con un problema en un nuevo entorno. El problema era que no aparecía el menú para generar el paquete .wsp al hacer click con el botón derecho sobre el proyecto: El entorno era un windows server 2003 y [...]]]></description>
			<content:encoded><![CDATA[<p>Aunque WSPBuilder es una herramienta con tiempo en la red y mucho uso, hoy me he encontrado con un problema en un nuevo entorno.</p>
<p>El problema era que no aparecía el menú para generar el paquete .wsp al hacer click con el botón derecho sobre el proyecto:</p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/11/image.png"><img style="background-image: none; border-right-width: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/11/image_thumb.png" width="447" height="235" /></a></p>
<p>El entorno era un windows server 2003 y un Visual Studio 2008, ambos en español. Al instalar el WSPBuilder, el addin (WSPTools.VisualStudio.VSAddIn.AddIn) de Visual Studio que agrega este menú se ha creado en la carpeta “C:\Documents and Settings\All Users\Datos de programa\Microsoft\MSEnvShared\Addins”.</p>
<p>La causa del problema es que Visual Studio no estaba buscando addins en esta carpeta. Para solucionarlo hemos ido al menú Herramientas—&gt; Opciones y en el apartado “entorno-Seguridad de macros/complementos” hemos agregado dicha carpeta:</p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/11/image1.png"><img style="background-image: none; border-right-width: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/11/image_thumb1.png" width="644" height="377" /></a></p>
<p>Fuente: <a href="http://wspbuilder.codeplex.com/Thread/View.aspx?ThreadId=45632" target="_blank">Discusiones wspbuilder</a></p>
<p align="center"><script src="http://panel.adlemons.com/index.php/js/get/213992182.js" type="text/javascript" charset="UTF-8"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mundosharepoint.es/2010/11/03/wspbuilder-men-no-aparece-en-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Descargar SharePoint 2010 trial</title>
		<link>http://www.mundosharepoint.es/2010/05/18/descargar-sharepoint-2010-trial/</link>
		<comments>http://www.mundosharepoint.es/2010/05/18/descargar-sharepoint-2010-trial/#comments</comments>
		<pubDate>Tue, 18 May 2010 18:30:00 +0000</pubDate>
		<dc:creator>José Andreu</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[descargas]]></category>
		<category><![CDATA[trial]]></category>

		<guid isPermaLink="false">http://www.mundosharepoint.es/2010/05/18/descargar-sharepoint-2010-trial/</guid>
		<description><![CDATA[Desde la semana pasada, tenemos disponible la descarga de SharePoint 2010 trial tanto de la versión Enterprise como Standard. Estas versiones vienen con toda la funcionalidad y tiene la única limitación de que son válidas para 180 días. Lo interesante es que podemos convertir estas instalaciones trial a una versión definitiva simplemente introducción el número [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image16.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb16.png" width="497" height="176" /></a> </p>
<p>Desde la semana pasada, tenemos disponible la descarga de SharePoint 2010 trial tanto de la versión Enterprise como Standard.</p>
<p>Estas versiones vienen con toda la funcionalidad y tiene la única limitación de que son válidas para 180 días. Lo interesante es que podemos convertir estas instalaciones trial a una versión definitiva simplemente introducción el número de serie de nuestra licencia tras este período de tiempo o antes.</p>
<p>Esto es muy útil para evaluaciones del producto, demos o cuando empezamos una implantación y su personalización pero no tenemos todavía nuestra licencia definitiva.</p>
<p>Os dejo a continuación los links para descargarlos:</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=es&amp;FamilyID=22f68c37-9904-4c74-8e69-5df025d73f0f" target="_blank">Microsoft SharePoint Server Standard 2010 Trial</a>     <br /><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=es&amp;FamilyID=230ecdfb-89ec-4d4a-8a85-89fd98329f7b" target="_blank">Microsoft SharePoint Server Enterprise 2010 Trial</a>     <br /><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=es&amp;FamilyID=895a1dba-0c3f-47a0-8d6d-163b50364335" target="_blank">SharePoint Server 2010 for Internet Sites, Standard Trial</a>     <br /><a href="http://www.microsoft.com/downloads/details.aspx?familyid=43325E40-8934-4C78-AC44-5F0EEB1D42A5&amp;displaylang=es" target="_blank">SharePoint Server 2010 for Internet Sites, Enterprise Trial</a></p>
<p align="center"><script src="http://panel.adlemons.com/index.php/js/get/213992182.js" type="text/javascript" charset="UTF-8"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mundosharepoint.es/2010/05/18/descargar-sharepoint-2010-trial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuraci&#243;n de Excel Services para obtener datos de MySQL</title>
		<link>http://www.mundosharepoint.es/2010/05/15/configuracin-de-excel-services-para-obtener-datos-de-mysql/</link>
		<comments>http://www.mundosharepoint.es/2010/05/15/configuracin-de-excel-services-para-obtener-datos-de-mysql/#comments</comments>
		<pubDate>Sat, 15 May 2010 21:27:54 +0000</pubDate>
		<dc:creator>José Andreu</dc:creator>
				<category><![CDATA[Excel Services]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[ODBC]]></category>

		<guid isPermaLink="false">http://www.mundosharepoint.es/2010/05/15/configuracin-de-excel-services-para-obtener-datos-de-mysql/</guid>
		<description><![CDATA[Recientemente he tenido que configurar un Excel Services para que pudiera obtener datos externos de un MySQL. Nos conectaremos a nuestra tabla en MySQL a través del ODBC usando el driver “MySQL ODBC 5.1 Driver” configurado como DSN de sistema en el servidor de SharePoint. Siguiendo el asistente desde Excel para conectar a los datos [...]]]></description>
			<content:encoded><![CDATA[<p>Recientemente he tenido que configurar un Excel Services para que pudiera obtener datos externos de un MySQL. Nos conectaremos a nuestra tabla en MySQL a través del ODBC usando el driver “MySQL ODBC 5.1 Driver” configurado como DSN de sistema en el servidor de SharePoint.</p>
<p>Siguiendo el asistente desde Excel para conectar a los datos externos (MySQL a través de ODBC), si seleccionamos como origen de datos “DSN (nombre de origen de datos) de ODBC” nos configura la cadena de conexión con el nombre del ODBC configurado en el sistema: “DSN:nombre“. Esta cadena de conexión no nos sirve si queremos que SharePoint nos reconozca este proveedor de datos como seguro y nos permita actualizar los datos desde los Excel Services.</p>
<p>Os voy a dejar los pasos que he seguido para conectar a datos de MySQL desde los Excel Services ya que no encontré mucha información y sí que encontré varios foreros preguntando sobre el tema.</p>
<p><b>CONFIGURACIÓN EN EXCEL:</b></p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb.png" width="644" height="409" /></a></p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb1.png" width="524" height="364" /></a></p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb2.png" width="375" height="468" /></a>&#160;&#160; </p>
<p>En lugar de usar el nombre de origen de datos, generamos una cadena de conexión:</p>
<p> <span id="more-179"></span>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb3.png" width="375" height="468" /></a> </p>
<p>Seleccionamos el ODBC configurado previamente:</p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb4.png" width="457" height="396" /></a></p>
<p>Se nos abrirá la ventana de configuración del MySQL ODBC 5.1 Driver:</p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image5.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb5.png" width="433" height="411" /></a> </p>
<p>Seleccionamos el ODBC configurado:</p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image6.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb6.png" width="526" height="378" /></a></p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image7.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb7.png" width="524" height="436" /></a>&#160;</p>
<p>En la configuración de autenticación podemos dejar la “Autenticación de Windows”. En este caso no es necesario configurar un SSO.</p>
<p>Una vez tenemos la configuración de la conexión, indicamos como queremos ver los datos en nuestro libro. Recordad que mostrarlo como “Tabla” no está soportado por los Excel Services:</p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image8.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb8.png" width="283" height="247" /></a>&#160; </p>
<p>Y configuramos nuestra tabla dinámica según los datos que queremos mostrar.</p>
<p>Aún nos faltará hacer algún cambio en la configuración de la conexión:</p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image9.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb9.png" width="566" height="390" /></a></p>
<p>Marcamos para permitir que se actualicen los datos: </p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image10.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb10.png" width="417" height="484" /></a> </p>
<p>Ahora, en la pestaña de “Definición” debemos exportar nuestra conexión de datos para que esté en una “Biblioteca de conexiones de datos”. Para ello, hacemos clic en “Exportar archivo de conexión…” y seleccionamos la Biblioteca de conexiones creada previamente. Recordad que las bibliotecas de conexiones tienen activada por defecto la “aprobación de contenido”, con lo que tras exportar la conexión deberemos aprobar la misma.</p>
<p>Tras estos cambios deberá quedar nuestra conexión algo parecido a:</p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image11.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb11.png" width="415" height="484" /></a> </p>
<p>La cadena de conexión será de este estilo:</p>
<p>Provider=MSDASQL.1;Persist Security Info=True;Extended Properties=&quot;DSN=horas;UID=root;SERVER=localhost;DATABASE=test;PORT=3306;&quot;;Initial Catalog=test</p>
<p>El tipo de comando estará en tabla, pero podemos seleccionar SQL y realizar nuestra propia consulta SQL.</p>
<p>Con todo esto, sólo nos quedará publicar nuestro libro en una ubicación de confianza a través del menú de Office:</p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image12.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb12.png" width="478" height="403" /></a></p>
<p>Hay que tener en cuenta que la publicación en los Servicios de Excel sólo está disponible en los paquetes de Office Professional Plus o superior. </p>
<p><b>CONFIGURACION EXCEL SERVICES EN SERVIDOR SHAREPOINT</b></p>
<p>La configuración de los servicios Excel se realiza desde el Proveedor de Servicios Compartidos.</p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image13.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb13.png" width="303" height="148" /></a> </p>
<p>Tenemos que configurar unas ubicaciones de archivo de confianza, concretamente la ruta de la biblioteca donde acabamos de publicar el libro de Excel. En principio con la configuración por defecto nos servirá salvo que tenemos que indicarle que desde esta ubicación de confianza queremos permitir conexión de datos:</p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image14.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb14.png" width="358" height="104" /></a> </p>
<p>A continuación debemos indicar la biblioteca de conexión de datos como de confianza para permitir usar conexiones de esta biblioteca como origen de datos en Excel.</p>
<p>Y por último, debemos agregar el proveedor de datos de confianza. Lo podemos ver en la cadena de conexión que hemos utilizado. Concretamente tenemos que agregar un proveedor con el ID “MSDASQL.1” y el tipo de proveedor “OLE DB”:</p>
<p><a href="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image15.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.mundosharepoint.es/wp-content/uploads/2010/05/image_thumb15.png" width="502" height="292" /></a>&#160;</p>
<p>Y eso es todo. Espero que os sirva de ayuda. </p>
<p align="center"><script src="http://panel.adlemons.com/index.php/js/get/213992182.js" type="text/javascript" charset="UTF-8"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mundosharepoint.es/2010/05/15/configuracin-de-excel-services-para-obtener-datos-de-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Webcasts de SharePoint 2010 en espa&#241;ol en mayo</title>
		<link>http://www.mundosharepoint.es/2010/05/07/webcasts-de-sharepoint-2010-en-espaol-en-mayo/</link>
		<comments>http://www.mundosharepoint.es/2010/05/07/webcasts-de-sharepoint-2010-en-espaol-en-mayo/#comments</comments>
		<pubDate>Fri, 07 May 2010 17:33:54 +0000</pubDate>
		<dc:creator>José Andreu</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Webcasts]]></category>
		<category><![CDATA[Access 2010]]></category>
		<category><![CDATA[Project Server 2010]]></category>
		<category><![CDATA[SharePoint Designer 2010]]></category>

		<guid isPermaLink="false">http://www.mundosharepoint.es/2010/05/07/webcasts-de-sharepoint-2010-en-espaol-en-mayo/</guid>
		<description><![CDATA[Os dejo a continuación los webcasts de SharePoint 2010 que nos ofrece Microsoft en directo y en castellano durante el mes de mayo. Recordad que aunque haya pasado la fecha para ver el webcast en directo, podéis seguir el mismo enlace para descargarlo y verlo cuando queráis: Fecha Webcast 06/05/2010 MSL Sales Academy: Vendiendo entrenamientos [...]]]></description>
			<content:encoded><![CDATA[<p>Os dejo a continuación los webcasts de SharePoint 2010 que nos ofrece Microsoft en directo y en castellano durante el mes de mayo.</p>
<p>Recordad que aunque haya pasado la fecha para ver el webcast en directo, podéis seguir el mismo enlace para descargarlo y verlo cuando queráis:</p>
<table border="0" cellspacing="0" cellpadding="2" width="437">
<tbody>
<tr>
<td valign="top" width="78"><strong>Fecha</strong></td>
<td valign="top" width="357"><strong>Webcast</strong></td>
</tr>
<tr>
<td valign="top" width="78">06/05/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032448224&amp;EventCategory=2&amp;culture=en-US&amp;CountryCode=US" target="_blank">MSL Sales Academy: Vendiendo entrenamientos en SharePoint Como posicionar y vender los nuevos entrenamientos y exámenes en SharePoint</a></td>
</tr>
<tr>
<td valign="top" width="78">06/05/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032443813&amp;culture=es-AR" target="_blank">Desarrollando Soluciones para Microsoft SharePoint Server 2010 Utilizando el Modelo de Objeto de Cliente</a></td>
</tr>
<tr>
<td valign="top" width="78">13/05/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032443815&amp;culture=es-AR" target="_blank">SharePoint no es sólo para Instalación: Desarrollo e Implementación de Soluciones para Microsoft SharePoint Online</a></td>
</tr>
<tr>
<td valign="top" width="78">14/05/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032440421&amp;culture=es-AR" target="_blank">Desarrollo de soluciones de SharePoint 2010 con Access 2010</a></td>
</tr>
<tr>
<td valign="top" width="78">18/05/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032443835&amp;culture=es-AR" target="_blank">Bajo el Toldo con la Programabilidad de Microsoft SharePoint 2010</a></td>
</tr>
<tr>
<td valign="top" width="78">19/05/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032451333&amp;culture=es-ES" target="_blank">SharePoint Designer 2010, la herramienta clave para los Information Workers</a></td>
</tr>
<tr>
<td valign="top" width="78">20/05/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032443820&amp;culture=es-AR" target="_blank">Esto es todo sobre los servicios: Desarrollo de Aplicaciones Personalizadas para Microsoft SharePoint Server 2010 Utilizando Microsoft ASP.NET, WCF, y REST</a></td>
</tr>
<tr>
<td valign="top" width="78">20/05/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032449705&amp;EventCategory=4&amp;culture=es-CO&amp;CountryCode=CO" target="_blank">{Activa} Tu conocimiento: SharePoint 2010 y Office 2010</a></td>
</tr>
<tr>
<td valign="top" width="78">25/05/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032448019&amp;culture=es-ES" target="_blank">ADMINISTRACIÓN DE MICROSOFT PROJECT SERVER 2010</a></td>
</tr>
</tbody>
</table>
<p align="center"><script src="http://panel.adlemons.com/index.php/js/get/213992182.js" type="text/javascript" charset="UTF-8"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mundosharepoint.es/2010/05/07/webcasts-de-sharepoint-2010-en-espaol-en-mayo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webcasts de SharePoint 2010 en espa&#241;ol en abril</title>
		<link>http://www.mundosharepoint.es/2010/04/11/webcasts-de-sharepoint-2010-en-espaol-en-abril/</link>
		<comments>http://www.mundosharepoint.es/2010/04/11/webcasts-de-sharepoint-2010-en-espaol-en-abril/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 19:56:21 +0000</pubDate>
		<dc:creator>José Andreu</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Webcasts]]></category>
		<category><![CDATA[Access 2010]]></category>
		<category><![CDATA[Flujos de trabajo]]></category>
		<category><![CDATA[Project Server]]></category>

		<guid isPermaLink="false">http://www.mundosharepoint.es/2010/04/11/webcasts-de-sharepoint-2010-en-espaol-en-abril/</guid>
		<description><![CDATA[Como un poco de retraso, os dejo a continuación los webcasts de SharePoint 2010 que nos ofrece Microsoft en directo y en castellano durante el mes de abril. Este mes, como eventos especiales, tenemos los chats virtuales con expertos el día 21. Recordad que aunque haya pasado la fecha para ver el webcast en directo, [...]]]></description>
			<content:encoded><![CDATA[<p>Como un poco de retraso, os dejo a continuación los webcasts de SharePoint 2010 que nos ofrece Microsoft en directo y en castellano durante el mes de abril. </p>
<p>Este mes, como eventos especiales, tenemos los chats virtuales con expertos el día 21.</p>
<p>Recordad que aunque haya pasado la fecha para ver el webcast en directo, podéis seguir el mismo enlace para descargarlo y verlo cuando queráis:</p>
<table border="0" cellspacing="0" cellpadding="2" width="454">
<tbody>
<tr>
<td valign="top" width="78"><strong>Fecha</strong></td>
<td valign="top" width="357"><strong>Webcast</strong></td>
</tr>
<tr>
<td valign="top" width="78">13/04/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032447219&amp;EventCategory=4&amp;culture=es-ES&amp;CountryCode=ES" target="_blank">Soluciona la problemática de Recursos Humanos con SharePoint Server</a></td>
</tr>
<tr>
<td valign="top" width="78">16/04/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032449283&amp;EventCategory=4&amp;culture=es-ES&amp;CountryCode=ES" target="_blank">SharePoint 2010: Introducción para desarrolladores</a></td>
</tr>
<tr>
<td valign="top" width="78">21/04/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032440421&amp;culture=es-AR" target="_blank">Desarrollo de soluciones de SharePoint 2010 con Access 2010</a></td>
</tr>
<tr>
<td valign="top" width="78">21/04/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032448362&amp;culture=es-AR" target="_blank">Chat Virtual Event: Office y SharePoint para Developers</a></td>
</tr>
<tr>
<td valign="top" width="78">21/04/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032448383&amp;EventCategory=4&amp;culture=es-AR&amp;CountryCode=AR" target="_blank">Chat Virtual Event: Office y SharePoint para Developers II</a></td>
</tr>
<tr>
<td valign="top" width="78">21/04/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032448360&amp;EventCategory=4&amp;culture=es-AR&amp;CountryCode=AR" target="_blank">Chat Virtual Event: Office, SharePoint y Forefront for SharePoint para ITPros</a></td>
</tr>
<tr>
<td valign="top" width="78">21/04/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032448373&amp;EventCategory=4&amp;culture=es-AR&amp;CountryCode=AR" target="_blank">Chat Virtual Event: Office, SharePoint y Forefront for SharePoint para ITPros. Parte II</a></td>
</tr>
<tr>
<td valign="top" width="78">22/04/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032447881&amp;EventCategory=4&amp;culture=es-ES&amp;CountryCode=ES" target="_blank">Creación de portales colaborativos a medida con Microsoft Office SharePoint 2010</a></td>
</tr>
<tr>
<td valign="top" width="78">26/04/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032447025&amp;culture=es-ES" target="_blank">SUGES -&#160; Flujos de trabajo en SharePoint 2010: Novedades y mejoras</a></td>
</tr>
<tr>
<td valign="top" width="78">27/04/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032448010&amp;culture=es-ES" target="_blank">Novedades de Microsoft Project Server 2010</a></td>
</tr>
</tbody>
</table>
<p align="center"><script src="http://panel.adlemons.com/index.php/js/get/213992182.js" type="text/javascript" charset="UTF-8"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mundosharepoint.es/2010/04/11/webcasts-de-sharepoint-2010-en-espaol-en-abril/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programaci&#243;n en SharePoint 2010: Primer libro sobre desarrollo de SharePoint 2010 en castellano</title>
		<link>http://www.mundosharepoint.es/2010/03/17/programacin-en-sharepoint-2010-primer-libro-sobre-desarrollo-de-sharepoint-2010-en-castellano/</link>
		<comments>http://www.mundosharepoint.es/2010/03/17/programacin-en-sharepoint-2010-primer-libro-sobre-desarrollo-de-sharepoint-2010-en-castellano/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 16:58:29 +0000</pubDate>
		<dc:creator>José Andreu</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[libro]]></category>

		<guid isPermaLink="false">http://www.mundosharepoint.es/2010/03/17/programacin-en-sharepoint-2010-primer-libro-sobre-desarrollo-de-sharepoint-2010-en-castellano/</guid>
		<description><![CDATA[Desde hoy tenemos disponible el libro “Programación en SharePoint 2010” de Gustavo Vélez y Juan Carlos González. Los dos unos referentes en la comunidad SharePoint. El libro de la editorial Krassis Press lo podéis adquirir desde aquí: http://shop.campusmvp.com/Product-Programaci%C3%B3n-en-SharePoint-2010_90.aspx Y si queréis ver las primeras 22 páginas (índice y parte del 1er capítulo) lo podéis consultar [...]]]></description>
			<content:encoded><![CDATA[<p>Desde hoy tenemos disponible el libro “Programación en SharePoint 2010” de <a href="http://www.gavd.net/servers/default.aspxg2=it75QLu8xZ_oEXBzOkk9PA" target="_blank">Gustavo Vélez</a> y <a href="http://geeks.ms/blogs/ciin/" target="_blank">Juan Carlos González</a>. Los dos unos referentes en la comunidad SharePoint.</p>
<p>El libro de la editorial Krassis Press lo podéis adquirir desde aquí: <a title="http://shop.campusmvp.com/Product-Programaci%C3%B3n-en-SharePoint-2010_90.aspx" href="http://shop.campusmvp.com/Product-Programaci%C3%B3n-en-SharePoint-2010_90.aspx">http://shop.campusmvp.com/Product-Programaci%C3%B3n-en-SharePoint-2010_90.aspx</a></p>
<p>Y si queréis ver las primeras 22 páginas (índice y parte del 1er capítulo) lo podéis consultar online en esta dirección: <a title="http://www.scribd.com/doc/28500554/Programacion-en-SharePoint-2010" href="http://www.scribd.com/doc/28500554/Programacion-en-SharePoint-2010">http://www.scribd.com/doc/28500554/Programacion-en-SharePoint-2010</a></p>
<p>Los temas tratados son los siguientes:   <br />&#160;&#160;&#160; •&#160;&#160;&#160; Instalación y configuración.    <br />&#160;&#160;&#160; •&#160;&#160;&#160; Introducción a la programación de SharePoint, incluyendo el uso de Visual Studio 2010.    <br />&#160;&#160;&#160; •&#160;&#160;&#160; Arquitectura básica de SharePoint y el Modelo de Objetos en Servidor.    <br />&#160;&#160;&#160; •&#160;&#160;&#160; El Modelo de Objetos en Cliente y su utilización.    <br />&#160;&#160;&#160; •&#160;&#160;&#160; Manejadores de Eventos, Trabajos de Temporizador, Características, Soluciones y Flujos de Trabajo.    <br />&#160;&#160;&#160; •&#160;&#160;&#160; SharePoint Designer 2010.</p>
<p>Aquí podéis ver el anuncio de Juan Carlos:   <br />&#160;<a title="http://geeks.ms/blogs/ciin/archive/2010/03/17/sharepoint-2010-ya-tenemos-reci-233-n-salido-del-horno-nuestro-primer-libro-sobre-desarrollo-y-en-castellano.aspx" href="http://geeks.ms/blogs/ciin/archive/2010/03/17/sharepoint-2010-ya-tenemos-reci-233-n-salido-del-horno-nuestro-primer-libro-sobre-desarrollo-y-en-castellano.aspx">http://geeks.ms/blogs/ciin/archive/2010/03/17/sharepoint-2010-ya-tenemos-reci-233-n-salido-del-horno-nuestro-primer-libro-sobre-desarrollo-y-en-castellano.aspx</a></p>
<p align="center"><script src="http://panel.adlemons.com/index.php/js/get/213992182.js" type="text/javascript" charset="UTF-8"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mundosharepoint.es/2010/03/17/programacin-en-sharepoint-2010-primer-libro-sobre-desarrollo-de-sharepoint-2010-en-castellano/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Webcasts de SharePoint 2010 en castellano en marzo</title>
		<link>http://www.mundosharepoint.es/2010/03/08/webcasts-de-sharepoint-2010-en-castellano-en-marzo/</link>
		<comments>http://www.mundosharepoint.es/2010/03/08/webcasts-de-sharepoint-2010-en-castellano-en-marzo/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 07:00:00 +0000</pubDate>
		<dc:creator>José Andreu</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Webcasts]]></category>

		<guid isPermaLink="false">http://www.mundosharepoint.es/2010/03/08/webcasts-de-sharepoint-2010-en-castellano-en-marzo/</guid>
		<description><![CDATA[Os dejó a continuación los webcasts de SharePoint 2010 que nos ofrece Microsoft en directo y en castellano durante el mes de marzo. Recordad que aunque si ha pasado la fecha para el webcast en directo, podéis seguir el mismo enlace para descargarlo y verlo cuando queráis: Fecha Webcast 01/03/2010 Uso de servicios en SharePoint [...]]]></description>
			<content:encoded><![CDATA[<p>Os dejó a continuación los webcasts de SharePoint 2010 que nos ofrece Microsoft en directo y en castellano durante el mes de marzo.</p>
<p>Recordad que aunque si ha pasado la fecha para el webcast en directo, podéis seguir el mismo enlace para descargarlo y verlo cuando queráis:</p>
<table border="0" cellspacing="0" cellpadding="2" width="454">
<tbody>
<tr>
<td valign="top" width="78"><strong>Fecha</strong></td>
<td valign="top" width="357"><strong>Webcast</strong></td>
</tr>
<tr>
<td valign="top" width="78">01/03/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032440497&amp;culture=es-AR" target="_blank">Uso de servicios en SharePoint 2010 para la integración de aplicaciones</a></td>
</tr>
<tr>
<td valign="top" width="78">03/03/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032442646&amp;culture=es-AR" target="_blank">TechNet IT Manager: Office 2010</a></td>
</tr>
<tr>
<td valign="top" width="78">10/03/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032442649&amp;culture=es-AR" target="_blank">TechNet IT Manager: Sharepoint 2010</a></td>
</tr>
<tr>
<td valign="top" width="78">12/03/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032440418&amp;culture=es-AR" target="_blank">Descripción general de la plataforma del desarrollador de SharePoint 2010</a><a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032438445&amp;EventCategory=4&amp;culture=es-AR&amp;CountryCode=AR" target="_blank"></a></td>
</tr>
<tr>
<td valign="top" width="78">17/03/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032443960&amp;culture=es-AR" target="_blank">SharePoint 2010, introducción para desarrolladores</a></td>
</tr>
<tr>
<td valign="top" width="78">17/03/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032440421&amp;culture=es-AR" target="_blank">Desarrollo de soluciones de SharePoint 2010 con Servicios de acceso</a></td>
</tr>
<tr>
<td valign="top" width="78">23/03/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032443793&amp;culture=es-AR" target="_blank">SharePoint Mobile</a> </td>
</tr>
<tr>
<td valign="top" width="78">24/03/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032438435&amp;culture=es-AR" target="_blank">Uso del diseñador de SharePoint y Visual Studio con Microsoft Business Connectivity Services en SharePoint 2010</a></td>
</tr>
<tr>
<td valign="top" width="78">30/03/2010</td>
<td valign="top" width="357"><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032440423&amp;culture=es-AR" target="_blank">Administración de documentos en SharePoint 2010</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.mundosharepoint.es/2010/03/08/webcasts-de-sharepoint-2010-en-castellano-en-marzo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fecha del lanzamiento oficial de Office 2010 y SharePoint 2010</title>
		<link>http://www.mundosharepoint.es/2010/03/06/fecha-del-lanzamiento-oficial-de-office-2010-y-sharepoint-2010/</link>
		<comments>http://www.mundosharepoint.es/2010/03/06/fecha-del-lanzamiento-oficial-de-office-2010-y-sharepoint-2010/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 00:06:37 +0000</pubDate>
		<dc:creator>José Andreu</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.mundosharepoint.es/?p=137</guid>
		<description><![CDATA[12 de mayo de 2010. Esa es la fecha oficial anunciada por Microsoft para el lanzamiento de Office 2010 y SharePoint 2010. Será cuando podamos enterrar las versiones beta y Release Candidate con las que hemos descubierto todas las novedades de la nueva versión de nuestra herramienta favorita e instalar la versión final. Así ha [...]]]></description>
			<content:encoded><![CDATA[<p>12 de mayo de 2010. Esa es la fecha oficial anunciada por Microsoft para el lanzamiento de Office 2010 y SharePoint 2010. Será cuando podamos enterrar las versiones beta y Release Candidate con las que hemos descubierto todas las novedades de la nueva versión de nuestra herramienta favorita e instalar la versión final.</p>
<p>Así ha sido anunciado desde la web de Microsft Business Productivity Software:   <br /><a href="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx#fbid=gzzp4vXqr7S">     <br />http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx#fbid=gzzp4vXqr7S</a></p>
<p>Así que ya podéis marcar esa fecha en vuestro calendario.</p>
<p><strong>ACTUALIZACIÓN: </strong>Seguramente tengamos disponible en abril de la RTM tal y como acaban de anunciar desde el blog oficial de SharePoint:</p>
<p><a href="http://blogs.msdn.com/sharepoint/archive/2010/03/05/sharepoint-2010-office-2010-launch.aspx" target="_blank">http://blogs.msdn.com/sharepoint/archive/2010/03/05/sharepoint-2010-office-2010-launch.aspx</a></p>
<p align="center"><script src="http://panel.adlemons.com/index.php/js/get/213992182.js" type="text/javascript" charset="UTF-8"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mundosharepoint.es/2010/03/06/fecha-del-lanzamiento-oficial-de-office-2010-y-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

