Home Blog Page 7

Visual studio 2012 is not correctly showing SharePoint 2013 projects

0

Issues :

Visual studio 2012 is not correctly showing SharePoint 2013 projects. SharePoint 2013 visual studio projects deploys correctly but the icon in visual studio is not there and when my colleagues checkin their sharepoint project it shows for me that the project is incompatible.

Customize the SharePoint listform (newform, editform, listform) with custom controls and javascript

0

This is the Visual studio version for SharePoint 2013 that i created of this initial code plex project

“Out of the box, Microsoft SharePoint has a very rich set of features, but sometimes you need more, or something a little different, to meet the needs of your project. This article will discuss various methods of presenting the UI for SharePoint list forms, such as the New, Edit, and Display forms used when adding an item to a list, or viewing and editing items.”

This include modifications of Create form only.

To activate the feature :

1. Activate site collection feature named “Code Project List Forms Demo”

2. Create a list based on the list definition named : “CP Project Redering Template Def”

3. The create form will contain the text from the user control “UserControl1” that you can customize, and also from : CPRenderingTemplate (which is the template of the form with save button etc)

https://sp2013customformtemplates.codeplex.com/

Migrate a visual studio solution 2007 to 2010 (moss 2007 to Sharepoint 2010)

1

Migrer une solution de MOSS 2007 à SharePoint 2010

  • En ayant la solution Visual studio
  • Ou en ayant que le WSP

[Visual Studio] Server explorer doesn’t show SharePoint site

1

If Server explorer or SharePoint manager don’t list your sharepoint servers check those pre requisite :

  1. Your account requires to be farm account
  2. Your account requires to be administrator of central administration
  3. Your account requires to be administrator of the site collections
  4. Run as administrator Visual studio or SharePoint manager

SharePoint alert wouldn’t send emails to active directory security group

0

If you have SharePoint groups with AD group security in it and you set an alert for this group, the email wouldn’t send.

Check those steps :

  1. The application pool account has to be a domain account
  2. The security groupe needs read access on the list
  3. Create a distribution list e-mail in outlook server and uncheck the box “check the user”

[Error fix] Referenced assembly does not have a strong name

1

When adding a dll to a visual studio project, this error comes out “referenced assembly does not have a strong name”.

You need to sign the current project :

  1. Navigate to the project properties
  2. Check the checkbox sign the assembly

[SharePoint deployment] WSP deployment stuck at Deploying

1

Problem

In central administratioon WSP package deployment stuck on “Planned on “specific date”

Resolution

  1. Make sure SharePoint Timer service is running on every web front server (access it though service.msc)
  2. Check that every web frontal servers reply to ping (ping from each server)
  3. Make sure no web.config file is opened
  4. Start everyapplication pool
If that doesn’t help :
  1. Go in central administration : Delete every jobs that are trying to deploy wsp (in jobs status)

Votre sauvegarde provient d’une autre version de Microsoft SharePoint foundation…4.1.11.0

0

Parcours :

  • Export d’une collection de site pour restaurer le site sur une autre ferme grâce aux commandes :
    • Backup-SPSite et Restore-SPSite sur une web application

Erreur : Votre sauvegarde provient d’une autre version de Microsoft SharEPOint foundation et ne peut être restaurée sur un serveur exécutant la version actuelle.

Résolution :

  1. Mettre à jour la plateforme cible au même niveau de CU  / Language Pack
  2. Lancer l’assistant de configuration SharePoint
  3. Recréer le web application
  4. Restauration fonctionnelle !!

Migrate Visual studio solution to SharePoint 2013

0

Context :

A company migrate from moss 2007 to Microsoft SharePoint 2013

Objectives :

We are going to present how to migrate visual studio solutions, from MOSS2007 to SP2013.
For info, to migrate a MOSS2007 solution to SP2013, you need to migrate it to SP2010 first.

Personnaliser l’affichage mobile pour SharePoint 2010 – Personalize sharepoint 2010 mobile website

0
Introduction 
La mobilité dans SharePoint 2010 permet depuis un mobile, d’afficher le site sharepoint 2010 sous forme simplifiée.

Cet article est un retour d’expérience sur les possibilités de personnalisation du site mobile pour SharePoint 2010.