Este artículo está disponible en el siguiente enlace:
http://dougortiz.blogspot.com/2009/06/windows-7-rc-kit-para-programadores.html
Este artículo está disponible en el siguiente enlace:
http://dougortiz.blogspot.com/2009/06/windows-7-rc-kit-para-programadores.html
Blog posting available at:
http://dougortiz.blogspot.com/2009/06/makeover-for-groove.html
This posting is available at the new blog location:
http://dougortiz.blogspot.com/2009/05/converting-visual-studio-2010-project.html
This posting is available at the new blog location:
http://dougortiz.blogspot.com/2009/03/developing-sharepoint-web-parts-with-vs.html
Disponible en la nueva direccion en:
http://dougortiz.blogspot.com/2009/03/tip-sobre-el-uso-del-metodo-visible-de.html
This posting is available at the new blog location:
http://dougortiz.blogspot.com/2009/03/tip-about-using-visible-method-of-web.html
This is the new blog location:
RSS Feed:
Todo Programador o Administrator de SharePoint en algún momento ha tenido la necesidad de agregar un archivo solución ( WSP ) al Servidor de SharePoint. Esto se puede lograr fácilmente en un ambiente de desarrollo, en los cuáles podríamos usar herramientas cómo WSPBuilder o STSDEV. En un ambiente distinto usualmente se utilizan batch files o el prompt de D.O.S. para agregarlos.
No es problema utilizar cualquiera de las mencionadas técnicas, pero por lo general sería más fácil si existiera una manera visual de hacerlo.
Con esto en mente, desarrollé esta utileria que realize una tarea: Agregar un archivo WSP al Servidor de SharePoint.
Pueden descargarlo en la siguiente dirección: http://www.codeplex.com/illustris/Release/ProjectReleases.aspx?ReleaseId=23454
La idea general es facilitar este proceso, cómo siempre sugerencias e ideas son bienvenidas.
Every SharePoint Developer or Administrator at a given point in time has had the need to add a solution file ( WSP ) to
their SharePoint Farm. While in a development environment, one can take advantage of WSPBuilder or STSDev. In a non
development environment one usually uses batch files or the command line.
There is nothing wrong with either of these approaches, although it is much easier to perform this task in a User Interface.
With this in mind, I finally developed a small utility that does exactly what it says it does: Add a Solution to a Farm.
Feel free to download it from: http://www.codeplex.com/illustris/Release/ProjectReleases.aspx?ReleaseId=23454
Hopefully, it will help other SharePoint’ers like myself.
Ideas and suggestions are welcome.