If you drop a user that owns a schema, you'll receive the following error: Drop failed for User 'my_user'. (Microsoft.SqlServer.Smo) The database principal owns a schema in the database, and…
If you drop a user that owns a schema, you'll receive the following error: Drop failed for User 'my_user'. (Microsoft.SqlServer.Smo) The database principal owns a schema in the database, and…
Quando si sviluppa un Event Receiver su una generica lista Sharepoint non è possibile ottenere l'istanza di SPWeb dal contesto corrente mediante l'istruzione seguente: SPWeb web = SPContext.Current.Web; poichè viene…
If you need to force undo checkout for a file checked out by another user you can use the following command from Visual Studio Command Prompt: tf undo /workspace:WORKSPACE;username $/MyTFSProject/MyFile.cs…
Dopo aver appreso le basi di jQuery e essermi stupito di quanto sia possibile fare con pochissime righe di codice, ho cominciato ad utilizzarlo sfruttando svariati plugin. Tuttavia, sono rimasto…
Lavorando su Microsoft Visio 2010 mi è capitato spesso di ricevere il seguente errore: Microsoft Visio 2007-2010 has stopped working..Ho dovuto cercare su vari forum prima che riuscissi a trovare…