CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2002
    Location
    Michigan, USA
    Posts
    869

    Unhappy Visual Studio 2013 Crash Problem.

    Recently Visual Studio 2013 has pretty much stopped working for me. Every time I hit the debug run button the program crashes and gives me the following information.

    Code:
    Problem signature:
      Problem Event Name:	BEX
      Application Name:	devenv.exe
      Application Version:	12.0.30723.0
      Application Timestamp:	53cf6f00
      Fault Module Name:	MSVCR120.dll
      Fault Module Version:	12.0.21005.1
      Fault Module Timestamp:	524f7ce6
      Exception Offset:	000a46bb
      Exception Code:	c0000417
      Exception Data:	00000000
      OS Version:	6.1.7601.2.1.0.256.48
      Locale ID:	1033
      Additional Information 1:	0f4c
      Additional Information 2:	0f4cc2e35047e82f90416abcbb686e57
      Additional Information 3:	8f08
      Additional Information 4:	8f080078d8638d40bf20c125c9cc2499
    I have tried reinstalling Visual Studio. I have searched on the internet and not found how to stop this problem from happening. This happens with all my projects/solutions. Previously this worked fine.
    Verere testudinem! (Fear the turtle)

    Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein

    Robots are trying to steal my luggage.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Visual Studio 2013 Crash Problem.

    Did you try to google for Exception Code: c0000417 visual studio 2013? There is a lot of similar problems reported by others....
    Victor Nijegorodov

  3. #3
    Join Date
    Apr 2002
    Location
    Michigan, USA
    Posts
    869

    Re: Visual Studio 2013 Crash Problem.

    Quote Originally Posted by VictorN View Post
    Did you try to google for Exception Code: c0000417 visual studio 2013? There is a lot of similar problems reported by others....
    Yes, it didn't help. As usual, Victor, your posts are unhelpful.
    Verere testudinem! (Fear the turtle)

    Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein

    Robots are trying to steal my luggage.

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Visual Studio 2013 Crash Problem.

    Quote Originally Posted by Tom Frohman View Post
    Yes, it didn't help. As usual, Victor, your posts are unhelpful.
    Then sorry, i use VS2010 and did not get such a problem.
    You could, however, file this problem in connect.microsoft.com (like it was for similar problem with VS2012: https://connect.microsoft.com/Visual...tantly-crashes
    Victor Nijegorodov

  5. #5
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: Visual Studio 2013 Crash Problem.

    the VS ide has stability issues...
    More likely than not however, if it crashes "constantly" it's a matter of some sort of external application trying to integrate into the IDE. One I had issues with is Lync. Disabling lync entirely made it significantly better (though not entirely crash free) for me.

    Try to find out what apps integrate into the IDE, and try disabling them.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured