Skip to main content

Posts

Showing posts from November, 2013

Connect Windows Form Application for SharePoint 2010

ERROR: No se encontró la aplicación Web en http://server. Compruebe que escribió la dirección URL correctamente. Si la dirección URL da servicio al contenido existente, puede que el administrador del sistema necesite agregar una nueva asignación de solicitud de dirección URL a la aplicación deseada. SOLUCIÓN: En mi caso, con cambiar la propiedad Platform Target a Any CPU, estaba en x86 se me conecto correctamente. Manda GUEVOS. If you want to create a Windows Form Application in Visual Studio 2010 that uses the SharePoint dll, This is what you'll need to do: 1. Create a new Windows Form Application 2. Go To "Project Properties" by right clicking the project name. 3. Make sure "Target Framework" under "Application" tab is set to ".Net Framework 3.5". 4. Make sure "Platform Target" under "Build" tab is set to "Any CPU". Click F5 and enjoy