A quick update to tell you that FrwTwemoji, my project to integrate Twitter twemoji (including images) to your .net projects has just passed in version 2.6.0.0, following the evolution 2.6 of twemoji project.
More info on FrwTwemoji dedicated page
A quick update to tell you that FrwTwemoji, my project to integrate Twitter twemoji (including images) to your .net projects has just passed in version 2.6.0.0, following the evolution 2.6 of twemoji project.
More info on FrwTwemoji dedicated page
I’ve been …. how to say …. “annoyed” to be able to install the .net framework 3.5 on my Windows 10 development system. This is a prerequisite for installing WixToolset (excellent program for generating installation files).
Going through the addition of functionality, I ran into the error 0x800f081f that I choose (or not), recover files on Windows update. Ditto trying to install it from the runtime binaries available at MS.
After having read the useless article of the technet concerning this error, I finally found the solution:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:<YOUR_CD_DRIVE>:\sources\sxs
NB: <YOUR_CD_DRIVE
> is the drive letter containing Windows 10 sources