解决 VS2010 存储空间不足,无法处理命令

问题:解决方案中有太多项目时,可能导致标题所述问题


解决方法:修改注册表


1、打开注册表 找到 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

2、定位到 IRPStackSize如果没有则新建该键值

3、修改上述键值为大于15的数字 (十进制)

另:可参考文章:http://support.microsoft.com/?scid=kb%3Ben-us%3B285089&x=15&y=11
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
  3. Click Edit, point to New, and then click DWORD Value.
  4. Type IRPStackSize, and then press ENTER to name the value.

    Note Type IRPStackSize exactly as it is displayed. The value name is case sensitive.
  5. Click Edit, and then click Modify.
  6. In the Data Value box, type the value that is appropriate for the network, and then click OK.

你可能感兴趣的:(VS2010)