Search

Debugging and app execution experience degrades over time by James D. Schwarzmeier

Closed
as Not Reproducible Help for as Not Reproducible

1
0
Sign in
to vote
Type: Bug
ID: 780814
Opened: 3/6/2013 12:54:59 PM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
I have VS 2012 Update 1. My solution contains many projects:
- Two WPF applications
- Several class libraries
- One web application
- An Azure cloud service project, which contains a web role for the web project. This includes the new caching mechanism.

When the solution is started, the Azure project and one of the two WPF applications start. Over time (hours to days), I begin to experience a few symptoms (see actual results).

The exact same app actually running in Azure runs *perfectly*.

I've found that deleting my .suo file is a good short-term fix. The first time I run the app, everything works. The more I start/stop the app and debug, the worse things get. Sometimes restarting the PC helps, but not always. Because deleting the .suo file initially fixes the problem and the app runs file in Azure, I tend to think it isn't an app problem, but rather a Visual Studio problem.
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling Version

Visual Studio 2012

Steps to reproduce

Set, remove, etc. breakpoints. Start/stop the app a few times. As time goes on it gets worse.

Product Language

English

Operating System

Windows 8

Operating System Language

English

Actual results

1) The app can take a long time to start -- multiple minutes. The symbols are slow to load.
2) Sometimes the IIS worker goes and stays at a high CPU level even when the app isn't doing anything.
3) The web portion of the app seems to stop responding to some requests. If you click a link in the browser, the ASP.NET MVC controller runs and completes just fine, but the browser sits there as if it never received a response.
4) Occasionally I'll receive an error message -- not the one saying Azure roles are taking a long time to start, but something related to debugging. I don't recall the actual error, but if I get it again I'll post it here.

Expected results

- Debugging works correctly
- App starts up in a reasonable time
- All requests sent to the app are properly returned to the client (be it a browser or the WPF app).
File Attachments
File Name Submitted By Submitted On File Size  
error.png 3/6/2013 13 KB
Sign in to post a comment.
Posted by Microsoft on 3/27/2013 at 7:27 PM
Hi James, we'll close this feedback since we have not received your response yet. Thanks.
Posted by Microsoft on 3/19/2013 at 12:28 AM
Could you upload your suo file both before and after this issue occurs? Thanks
Posted by Microsoft on 3/11/2013 at 11:33 PM
Thank you for submitting feedback on Visual Studio and .NET Framework. Your issue has been routed to the appropriate VS development team for investigation. We will contact you if we require any additional information.
Posted by Microsoft on 3/6/2013 at 1:50 PM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.