lunedì 22 luglio 2019

An unhandled exception of type 'System.PlatformNotSupportedException' occurred in Microsoft.SharePoint.dll Additional information: Microsoft SharePoint is not supported in 32-bit process. Please verify that you are running in a 64-bit executable.

Nel caso che stiamo utilizzando Visual Studio .Net per la creazione di applicazioni Windows Application per la gestione di SharePoint, può visualizzare il messaggio di errore:

"An unhandled exception of type 'System.PlatformNotSupportedException' occurred in Microsoft.SharePoint.dll

Additional information: Microsoft SharePoint is not supported in 32-bit process. Please verify that you are running in a 64-bit executable."

Questo è dovuto, perchè la compilazione è impostata su "AnyCPU" .
Per risolvere il problema, andate nella proprietà del progetto, nella voce "Compila" o "Build" e nell'elenco TargetCPU o Platform target selezionare il valore "x64" .




Nessun commento: