[Switch] When Visual Studio 2010 generates a solution, the system prompts insufficient disk space!

Source: Internet
Author: User
Tags visual studio 2010

In the last few days, when debugging with vs, there is always a prompt: the disk space is insufficient. I think there are two possibilities:
1. The system disk has been attacked by a Trojan. No virus prompts were prompted during the 4-hour full scan, so we had to delete unnecessary software;
2. Use vs2010 to debug and generate a lot of junk files, clear and delete temporary files, and temporarily empty the system disk for 600 mb.

This takes two days. Today I am prompted again. I don't always want to sit down and be sure to find out the root cause of the problem. I open the task manager ~~, In the process, we can see that nmultiple intelliitrace.exe is indeed a problem with vs2010. Although this intelligent tracking accelerates debugging, it also produces drawbacks: the lack of C disk space. If you do not enable it, the debugging speed will inevitably slow down. If you enable it, you cannot end processes one by one.

To fundamentally solve the problem, remove the intelligent tracking option. solution:

Vs2010 --> tool --> Option --> intelliitrance --> deselect "enable intelliitrace" --> OK

Click Advanced to find the location of the record, copy the file path, and locate the corresponding folder to find the root cause of the problem.

It turns out that such a folder is used to store files that can only be tracked. Right-click the folder and check the file size. The folder size is 7.77 GB ,:

What is the file stored in this folder ?. The itrance file, that is, the smart tracking file for debugging.


What is the file? Opening it with notepad is a bunch of garbled characters.



No wonder there is not enough disk C space. delete all the files in the tracedebugging folder! Of course, if you enable smart tracking, you need to clear the folder regularly.

[Switch] When Visual Studio 2010 generates a solution, the system prompts insufficient disk space!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.