Tuesday, October 04, 2011

Expression Blend 4 does not start after installing the NET Framework 4.5 Developer Preview

Over the last couple of days I have been trying out different combinations for app development on the Metro/WinRT platform and one of these involved installing VS 2011 Ultimate on to my main box that runs Win 7. Unfortunately Blend and the VS 11 Ultimate Developer Preview bits don’t play together out of the box. This is a known issue, and following the steps below will fix the issue.

You can Copy and Paste the commands below.

Open a command prompt window with administrative privileges and then run the following commands:

%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall “%ProgramFiles(x86)%\Microsoft Expression\Blend 4\Microsoft.Expression.Framework.dll”

%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall “%ProgramFiles(x86)%\Microsoft Expression\Blend 4\Microsoft.Expression.Blend.dll”


Read more: XAML Ninja
QR: expression-blend-4-does-not-start-after-installing-the-net-framework-4-5-developer-preview

Posted via email from Jasper-Net