Category: Microsoft .NET Framework
Microsoft .NET Framework and Famic Automation Studio License Manager
Another month and another update for Microsoft .NET Framework (KB5008718). It’s the same sad story again.
Read More → Microsoft .NET Framework and Famic Automation Studio License ManagerError 0x800F081F while installing .NET Framework 3.5 on Windows 10
Error 0x800F081F while installing .NET Framework 3.5 on Windows 10 might be due to corporate WSUS servers not allowing such updates. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU in the Windows registry and set UseWUServer to 0 (zero). Restart the Windows Update service (net stop wuauserv & net start wuauserv) and retry installing .NET Framework 3.5. Set UseWUServer back […]
Read More → Error 0x800F081F while installing .NET Framework 3.5 on Windows 10FreeBSD has mono
C♯ and mono are both a blessing and a curse. Most documentation, FreeBSD-specific or not, on the internet are more or less outdated. Maybe I was looking in the wrong places. It was really frustrating. Soon this will be outdated too. Start by adding lang/mono. Then add x11-toolkits/libgdiplus.
Read More → FreeBSD has mono