12.8.09

Visual Studio Shuts Down Suddenly

Sunny day in my city and I’m developing a simple application by using ASP.NET MVC 1.0 on my Visual Studio 2008 SP1 – I’ll write about that soon. After writing some lines of code, I try to open a .aspx file when my Visual Studio shuts down suddenly. Hmmm… I open Visual Studio again, open my project as well and try to open another .aspx file… Visual Studio shuts down again! Again! And Again! What’s going on? I ask myself. What’s the problem with .aspx files?

In Event Viewer, I found the possible error related with that:

.NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A035E00) (80131506)

So I ask the buddy Google about that. I found that this issue can be related to PowerCommand that was not compatible with newer assemblies version in SP1.

I uninstalled the PowerCommand from my machine and my Visual Studio doesn't shut down anymore… Now I can edit my .aspx file.

0 comentários:

Post a Comment