asp.net mvc - Why does Visual Studio crash opening ASPX with MVC RC1 -


  • Upgraded from MVC beta to MVC RC1.
  • All references to this project are redirected
  • but ...

  • V.S. Opening a scene (.spx) in and it just disappears! Event Viewer returns:

      Net Runtime Version 2.0.50727.3053 - Fatal Performance Engine Error (6E075E00) (80131506)  

    Update 1: < / Strong>
    All .aspx pages!
    Apart from this - it seems like writing a question on stack overflow is OK! Grr

    Update 2:
    There was no problem since posting the problem: but I only have plugins VisualSVN and Resharper. I seem to have something in GAC for the system is. Web.Mvc - but it looks like a bad version and I can not get rid of it.

    I believe that it should be related to some Intel - .aspx looks like emotion color or similar during the rendering of the page's code - but it is difficult to verify that it has been stopped now. ..

  • Try removing all bin / oboj directories, and your temporary ASP.NET files and Clear% TEMP% directories After this, issue the following commands from the VS2008 command prompt:

      ngen / system.Web.mvc ngen / delete system.Web.Abstractions ngen update  

    Also make sure that all your references (MvcContrib, anything that is made against MVC) are pointing to the same version of MVC as all others.

    It seems that has worked for me (to date)


    Comments