Jaime Rodriguez On Windows Store apps, Windows Phone, HTML and XAML
[I am traveling today, so it might be a one-off due to low band-width at the hotel, but in case it helps others]
I was installing Live writer and got a prompt to install the .NET Framework 3.5, I agreed to do that and got a “following feature could not be installed. Error: 0x800F0906.
Fortunately, I still had the ISO from when I installed consumer preview , so I used the local sources. If you see the error above, try this from an elevated command prompt.
dism.exe /online /enable-feature /featurename:NetFX3 /Source:h:\sources\sxs where “h” is the drive where you have your win8 installation files (or where the iso is mounted, replace the path appropriately ).
Happy Windows 8 coding!
it has been a long while since I last blogged. Why? I have immersed myself into the Windows 8 Metro style app development world.. :) Now, it is time to report back and share some of my experiences building Metro style apps via some blog posts. I hope you come along for the ride.Here is my list of "must know" links for anyone getting started with the Windows 8 consumer preview.
That should keep you busy through the weekend! Happy Windows 8 coding!!
Yesterday, Microsoft released the Beta Ad SDK for Windows 8.
This is an update to the SDK released at build. It works with Windows 8 Consumer preview.
Here are the relevant links for the announcement:
Happy Windows 8 coding.