24 ott 2010 Informatica Impostare la IconOverlay su un SPListItem di SharePoint In SharePoint 2010 (Foundation - Server) è stata introdotta una nuova proprietà sull'oggetto SPListItem chiamata IconOverlay. SharePoint SharePoint 2010
22 ott 2010 Informatica Installazione di Microsoft SharePoint Server 2010 Microsoft SharePoint Server 2010 è il successore di Microsoft Office Sharepoint Server 2007 (MOSS). Per quanto riguarda i requisiti di installazione vedi Installazione di SharePoint 2010... Installazione SharePoint SharePoint 2010
21 ott 2010 Informatica FileNotFoundException istanziando un oggetto SPSite (SharePoint) Se in una console application per SharePoint 2010 (Foundation - Server) in cui viene istanziando un oggetto SPSite compare il seguente errore: FileNotFoundException was unhandled The Web... .NET C# SharePoint SharePoint 2010 Visual Studio
07 ott 2010 Informatica SharePoint 2010 caratteristiche presenti nelle varie versioni Un elenco dei servizi presenti nelle varie versioni di SharePoint 2010 SD = Store Data? CF = Cross-farm? FUN = SharePoint Foundation 2010 STD = SharePoint Server 2010 Standard ENT = SharePoint ... Installazione Project Server SharePoint SharePoint 2010
03 ott 2010 Informatica Come creare un form InfoPath 2007 per SharePoint 2007 Ecco una serie di screenshot che illustrano come creare un form InfoPath 2007 da pubblicare su una Form Library di SharePoint 2007 (WSS3 - MOSS). InfoPath SharePoint SharePoint 2007
28 set 2010 Informatica Installazione di SharePoint 2010 Foundation Microsoft SharePoint 2010 Foundation è il successore di Windows SharePoint Services 3.0 , come il precedente è liberamente scaricabile. Può essere installato solo su macchine a 64 bit con Windows ... Installazione SharePoint SharePoint 2010 SharePoint Foundation
17 set 2010 Informatica Errore nel search di SharePoint 'The parameter is incorrect' Se il servizio Office SharePoint Server Search di SharePoint 2007 (MOSS) visualizza nel Crawl Log l'errore: http://nomesito The parameter is incorrect e il sito non viene indicizzato, molto probab ... Errori SharePoint SharePoint 2007
02 set 2010 Informatica Cambiare la default view di una lista Un esempio di come cambiare via codice la default view di una lista SharePoint 2007 (WSS3 - MOSS) web.AllowUnsafeUpdates = true; SPList list = web.Lists["MyLists"]; SPView view = list.Vi ... C# SharePoint SharePoint 2007
29 lug 2010 Informatica Dimensione limitata dei file di solution (WSP) si SharePoint Le solution generate per SharePoint tramite l'utility makecab.exe non sono nient'altro che dei CAB rinominati in WSP . Di default l'utility makecab limita la dimensione del singolo file a 1.44MB , ... SharePoint SharePoint 2007
22 lug 2010 Informatica Impossibile connettersi all'internal database con Management Studio Quando SharePoint 2007 (WSS3 - MOSS) è installato in modalità stand-alone (su un singolo server), viene installato con un SQL Server chiamato Windows Internal Database . Di default non è possibile ... Database SharePoint SharePoint 2007 SQL Server
25 giu 2010 Informatica Esami di certificazione per SharePoint 2010 Ecco un elenco degli esami di certificazione per SharePoint 2010 disponibili dal 12 luglio 2010 Exam 70-573: TS: Microsoft SharePoint 2010, Application Development Exam 70-576: PRO ... Esami SharePoint SharePoint 2010
26 mag 2010 Informatica Custom Action con codice per SharePoint In SharePoint 2007 (WSS3 - MOSS) è possibile generare la url di una custom action tramite codice. In qesto esempio genero una action nel formato... C# SharePoint SharePoint 2007
18 mag 2010 Informatica Aprire un popup in SharePoint 2010 Tramite le nuove funzioni di client scripting di SharePoint 2010 è possibile aprire una qualsiasi pagina come finestra popup. Il codice per aprire il popup è... JavaScript Script SharePoint SharePoint 2010
18 mag 2010 Informatica Nascondere la master page in SharePoint 2010 In SharePoint 2010 è possibile nascondere la master page , e quindi visualizzare solo il contenuto di una pagina, semplicemente aggiungendo in query string il parametro IsDlg=1 . Ad esempio: http: ... JavaScript SharePoint SharePoint 2010 SharePoint 2013
18 mag 2010 Informatica Custom Action in SharePoint 2010 tramite Designer Con SharePoint 2010 è possibile, tramite SharePoint Designer 2010, aggiungere una Custom Action ad una specifica lista. Ecco un esempio su come aggiungere una Custom Action ad un item (EditControl ... SharePoint SharePoint 2010 SharePoint Designer
30 apr 2010 Informatica Funzione Helper.GetList per SharePoint La funzione qua sotto, Helper.GetList , per SharePoint 2007 (WSS3- MOSS), permette di ricavare un oggetto SPList tramite la sua url adattandosi alla lingua del template di sito. Va chiamata passan ... C# SharePoint SharePoint 2007
29 apr 2010 Informatica Usare i file di risorse nelle Web Part e nelle pagine di SharePoint Con questa classe helper si possono usare i file di risorse in qualsiasi Web Part o pagina all'interno di SharePoint 2007 (WSS3 - MOSS). C# SharePoint SharePoint 2007
22 apr 2010 Informatica Come ereditare il menu di navigazione del sito padre di SharePoint Ecco come abilitare, in SharePoint 2007 (WSS3 - MOSS) , l'opzione Display the same navigation items as the parent site (Visualizza gli stessi elementi della struttura di spostamento del sito padre ... C# SharePoint SharePoint 2007
18 apr 2010 Informatica Project Server 2007 Event Handler In Project Server 2007 sono disponibili una serie di eventi gestibili lato server. Per gestire gli eventi è necessario andare nella nel sito di Project Web Access (PWA) in Server Settings ... C# Project Server SharePoint SharePoint 2007
13 apr 2010 Informatica Cambiare il template del sito di Workspace in Project Server 2007 Per impostare un nuovo template per il sito di progetto creato da Project Server 2007 quando si aggiungono nuovi progetti, sono sufficienti i seguenti 4 passaggi: crea un nuovo sito con... Project Server SharePoint SharePoint 2007
02 apr 2010 Informatica PWA 'The enablesessionstate attribute on the page directive is not allowed in this page' Se nel sito di Project Server 2007 Web Access (PWA) ottieni questo errore: The enablesessionstate attribute on the page directive is not allowed in this page vuol dire che è stata customizzata... Errori Project Server SharePoint SharePoint 2007
25 mar 2010 Informatica A theme with the name 'MyTheme 1011' and version already exists on the server In SharePoint 2007 (WSS3 - MOSS) questo errore: A theme with the name "MyTheme 1011" and version already exists on the server si verifica quando l'applicazione di un nuovo tema va in errore. Errori SharePoint SharePoint 2007 SharePoint Designer
16 mar 2010 Informatica Project Server 2007 problemi con l'Active-X Con Project Server 2007 può capitare che gli Active-X usati nella PWA non funzionino. In particolare nel Resource Center compare l'errore: There was an error loading the page. Project Server SharePoint SharePoint 2007
15 mar 2010 Informatica Rename di un server di Sharepoint In SharePoint 2007 (WSS3 - MOSS) è possibile cambiare il nome di un server tramite il seguente comando ... SharePoint SharePoint 2007
12 mar 2010 Informatica Problema di autenticazione locale su Windows 2008 In SharePoint 2007 (WSS3 - MOSS) installato su Windows Server 2008 Service Pack 1 quando si cerca di accedere a una web application da uno dei front-end usando un FQDN ... Errori Server SharePoint SharePoint 2007 Windows
28 gen 2010 Informatica Caratteri non untilizzabili per i nomi dei file, folder, groups e site in SharePoint 2003 Sia in SharePoint 2003 (WSS2 - Portal) che in 2007 (WSS3 - MOSS) ci sono dei caratteri che non possono essere usati nel nome di una risorsa (file, folder, groups o site). Il seguente articolo Micr ... SharePoint SharePoint 2003 SharePoint 2007
20 gen 2010 Informatica PowerWebPart: Requested registry access is not allowed (SharePoint 2007) L'errore seguente mi è comparso ad un certo punto (forse dopo qualche windows update), in SharePoint 2007 (WSS3 - MOSS) con la Power WebPart 3.0 ed altre feature che usano PowerShell. Errori SharePoint SharePoint 2007
05 gen 2010 Informatica Il valore del filtro non è un valore Sì/No valido (SharePoint) Se con SharePoint 2007 (WSS3 - MOSS), mentre impostate un filtro su un campo di tipo Sì/No sul valore si , vi compare questo messaggio: Il valore del filtro non è un valore Sì/No valido. SharePoint SharePoint 2007
18 nov 2009 Informatica SharePoint 2010 Beta disponibile per il download Da oggi è possibile scaricare la beta pubblica di SharePoint 2010 da http://www.microsoft.com/2010 (bisogna avere abilitati i popup) oppure da http://sharepoint2010.microsoft.com/... SharePoint SharePoint 2010