Ecco, proprio un bel concerto.
Stranamente calmo, è stato molto particolare. Non di particolare energia, ma molto più intimo del previsto.
Partenza da Udine alle 8:15, a Milano per l’una …
Alle finali italiane dell’ImagineCup dell’anno scorso ci hanno regalato un voucher (che ho scoperto con stupore che si pronuncia come è scritto, o almeno così mi dissero) per fare un …
I can’t delete an offline file cache. The solution is resetting the offline files db:
Add the FormatDatabase registry entry to the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc\
Parameters
Then, set the …
This is a problem about privileges. Probably the installer performs the latests tasks without using elevation.
Solution is very simple: run the installer from an elevated command prompt.
…
Let’s say you have a relational database and you are using LINQ.
You want to delete all rows. You may use something like
Dim dc as new LinqDataContext…
dc.DeleteAllOnSubmit (From