Search

Blend 4 Crashes on Startup by CamAlbert

Closed
as Fixed Help for as Fixed

18
1
Sign in
to vote
Type: Bug
ID: 690246
Opened: 9/22/2011 11:59:10 AM
Access Restriction: Public
1
Workaround(s)
6
User(s) can reproduce this bug
Blend 4 crashes on startup with the following exception (when I attached a debugger):

System.ExecutionEngineException was unhandled
Message=Exception of type 'System.ExecutionEngineException' was thrown.
InnerException:

And logs this information in EventViewer:

--------------------------------------------------------------------------------------
Faulting application name: Blend.exe, version: 4.0.20901.0, time stamp: 0x4c7e16c2
Faulting module name: clr.dll, version: 4.0.30319.17020, time stamp: 0x4e3b716d
Exception code: 0xc0000005
Fault offset: 0x00001825
Faulting process id: 0x149c
Faulting application start time: 0x01cc7957fc076135
Faulting application path: C:\Program Files (x86)\Microsoft Expression\Blend 4\Blend.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Report Id: 3ce8ccf3-e54b-11e0-98ac-c80aa9f2a652
--------------------------------------------------------------------------------------

And

--------------------------------------------------------------------------------------
Application: Blend.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 5F791825 (5F790000) with exit code 80131506.
--------------------------------------------------------------------------------------

This started happening after installing Visual Studio 2011 Developer Preview. Uninstalling VS 2011 has not corrected the issue.
Details (expand)

Product?

Blend

Product Version?

 

Blend 4 SP1 (4.0.20901.0)

Issue Type?

Bug

Repro Steps? (N/A for Suggestion)

Install Visual Studio 2011 Developer Preview on Windows 7 Home Premium then open Blend 4.
File Attachments
0 attachments
Sign in to post a comment.
Posted by okey on 2/8/2012 at 2:54 PM
The same workaround (ngen uninstall ) works for Blend Preview for Silverlight 5, i.e.
%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall "%ProgramFiles(x86)%\Microsoft Expression\Blend Preview for Silverlight 5\Microsoft.Expression.Framework.dll
%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall "%ProgramFiles(x86)%\Microsoft Expression\Blend Preview for Silverlight 5\Microsoft.Expression.Blend.dll
%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall "%ProgramFiles(x86)%\Microsoft Expression\Blend Preview for Silverlight 5\Microsoft.Expression.Project.dll
and,when applicable,
%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall "%ProgramFiles(x86)%\Microsoft Expression\Blend Preview for Silverlight 5\Microsoft.Expression.WindowsPhone.dll
Posted by VictorJuri on 2/4/2012 at 2:12 PM
This worked great for me. Thanks!

@victorjuri
Posted by Yves Tkaczyk on 12/25/2011 at 6:44 AM
This fix worked for me as well. Thanks you.
Posted by WmDev on 12/17/2011 at 9:41 PM
Thank you ! It's works fine.
Posted by James Montemagno on 11/17/2011 at 8:40 AM
This workaround worked for me as well. Make sure you run command line as admin obviously. Thank you so much!
Posted by SeshuK on 11/8/2011 at 9:37 AM
the fix works thanks.
Posted by computerdan on 10/31/2011 at 6:52 PM
I have the same issue. But the fix below did not work. I ran sll 4 run cammands with no success. I have copied my error info below.

VS2011 debug -An unhandled exception of type 'System.ExecutionEngineException' occurred in Microsoft.Expression.DesignSurface.dll

Event Log:
Application Error Blend.exe

Faulting application name: Blend.exe, version: 4.0.20901.0, time stamp: 0x4c7e16c2
Faulting module name: clr.dll, version: 4.0.30319.17020, time stamp: 0x4e3b716d
Exception code: 0xc0000005
Fault offset: 0x00001825
Faulting process id: 0x157c
Faulting application start time: 0x01cc982d393b0a5a
Faulting application path: C:\Program Files (x86)\Microsoft Expression\Blend 4\Blend.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Report Id: 77943b1a-0420-11e1-a020-0011f6081dc2



.net error
Application: Blend.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 6BD81825 (6BD80000) with exit code 80131506.
Posted by adi1220 on 10/13/2011 at 10:33 AM
Thanks it worked for me as well.
Posted by Alberto Diaz Martin on 10/6/2011 at 11:31 PM
It's worked. I had to run the workaround.
Posted by Kimberly Wheeler on 10/1/2011 at 8:27 PM
This fix worked for me. Thanks to both of you for taking the time.

Just adding the something we all know; but forget. Run cmd as administrator.
Posted by CamAlbert on 9/22/2011 at 5:56 PM
That fixed it, thanks!
Posted by Microsoft on 9/22/2011 at 3:21 PM
There is a compatibility problem with .Net 4.5 installed as part of the Developer Preview and Blend 4. This issue was fixed, but too late to make the preview build.

The workaround is to run:
%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"
%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall "%ProgramFiles(x86)%\Microsoft Expression\Blend 4\Microsoft.Expression.Project.dll"

If "%ProgramFiles(x86)%\Microsoft Expression\Blend 4\Microsoft.Expression.WindowsPhone.dll" is present (for scenarios like Blend V4 SP1 or future releases), please also run:
%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall "%ProgramFiles(x86)%\Microsoft Expression\Blend 4\Microsoft.Expression.WindowsPhone.dll"



With regards
Christopher Cole
Microsoft Expression
Microsoft Corp.
Sign in to post a workaround.
Posted by James Montemagno on 11/17/2011 at 8:40 AM
From: Christopher Cole
Microsoft Expression
Microsoft Corp.

There is a compatibility problem with .Net 4.5 installed as part of the Developer Preview and Blend 4. This issue was fixed, but too late to make the preview build.

The workaround is to run:
%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"
%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall "%ProgramFiles(x86)%\Microsoft Expression\Blend 4\Microsoft.Expression.Project.dll"

If "%ProgramFiles(x86)%\Microsoft Expression\Blend 4\Microsoft.Expression.WindowsPhone.dll" is present (for scenarios like Blend V4 SP1 or future releases), please also run:
%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall "%ProgramFiles(x86)%\Microsoft Expression\Blend 4\Microsoft.Expression.WindowsPhone.dll"