Visual Studio错误:无法完成操作。没有足够的存储空间来完成此操作。 [英] Visual Studio Error: The operation could not be completed. Not enough storage is available to complete this operation.

查看:210
本文介绍了Visual Studio错误:无法完成操作。没有足够的存储空间来完成此操作。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果这是错误的组,请不要火焰。我得到了一个Visual Studio错误,但是它与SSAS立方体设计有特殊关系。

我非常关注我一直得到的错误,实际上并不知道我的文件更改是否正确保存。我正在使用Visual Studio 2005来创建和使用SSAS多维数据集模型。当我尝试保存更改时,刚开始在上周,我得到的错误是存储空间不足并且内存不足。我两个都有很多。我正在运行Server 2008 x64 4 GB RAM 160 GB硬盘,32 GB免费。

上周我想我的驱动器上有一个坏扇区并经历了修复过程,但找不到我有一个坏的部门。它无法保存的文件是分区XML。这个大小约为23 MB。

我看到我的事件日志中有另一个错误,没有错误原因的指导:
日志名称:申请
来源:HHCTRL
日期:6/29/2009 2:17:20 PM
事件编号:1904年任务类别:无
级别:信息
关键词:Classic
用户:N / A
计算机:<删除>
说明:
无法找到源HHCTRL的事件ID 1904的描述。引发此事件的组件未安装在本地计算机上,或者安装已损坏。您可以在本地计算机上安装或修复该组件。

Please don't flame for if this is in the wrong group. I get a Visual Studio error, but is specifically related to SSAS cube design.

I am very concerned about the error I keep getting and in effect have not clue if my file changes are being saved properly. I am using Visual Studio 2005 to create and work with a SSAS cube model. When I try to save changes, just started in the last week, I get the error that there is not enough storage and have also gotten not enough memory. I have plenty for both. I am running Server 2008 x64 4 GB RAM 160 GB hard drive with 32 GB Free.

Last week I supposed I had a bad sector on my drive and went through the process to fix, but cannot find I had a bad sector. The file it fails to save is the partitions XML. which is about 23 MB in size.

I have seen I have another error in my event log that has no guidance for the reason of the error:
Log Name:      Application
Source:        HHCTRL
Date:          6/29/2009 2:17:20 PM
Event ID:      1904
Task Category: None
Level:         Information
Keywords:      Classic
User:          N/A
Computer:      <removed>
Description:
The description for Event ID 1904 from source HHCTRL cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

如果事件源自另一台计算机,则必须随事件一起保存显示信息。

If the event originated on another computer, the display information had to be saved with the event.

活动中包含以下信息:

http ://msdn.microsoft.com/en-us/library/ms175429.aspx
http: //go.microsoft.com/fwlink?LinkID=45840

事件Xml:
<事件xmlns =" http://schemas.microsoft.com/win/2004/08/events/event ">
< ;系统><提供商名称=" HHCTRL" />
< EventID Qualifiers =" 0"> 1904< / EventID>
< Level> 4< / Level>
< Task> 0< / Task> < br&><关键字> 0x80000000000000< / Keywords>
< TimeCreated SystemTime =" 2009-06-29T18:17:20.000Z" />
< EventRecordID> 21552< / EventRecordID>
<频道>应用< /频道>
<计算机><已删除>< /计算机>
< Security />
< / System>
< EventData>
< Data> http://msdn.microsoft.com/en-us/library/ms175429.aspx< ; / Data>
< Data> http://go.microsoft.com/fwlink?LinkID = 45840< / Data>
< / EventData>
< / Event>

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="HHCTRL" />
    <EventID Qualifiers="0">1904</EventID>
    <Level>4</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2009-06-29T18:17:20.000Z" />
    <EventRecordID>21552</EventRecordID>
    <Channel>Application</Channel>
    <Computer><removed></Computer>
    <Security />
  </System>
  <EventData>
    <Data>http://msdn.microsoft.com/en-us/library/ms175429.aspx</Data>
    <Data>http://go.microsoft.com/fwlink?LinkID=45840</Data>
  </EventData>
</Event>

推荐答案

我发现这个问题在我的开发人员工作站上非常一致。我不认为它与我试图部署的服务器有任何关系。 VS似乎有某种内存泄漏,它认为它是内存不足。我最终只是重新启动我的机器并返回重做我刚刚完成的工作,它将保存。我发现自己比其他开发项目更节省。这样我就知道如果我刚刚完成了一项复杂的任务,我将知道我是否能够在继续前进之前保存工作。
我想知道它是否与XML解析器一样,作为文件这个模型真的只是XML。我的文件超过25 MB。
Well I have found this problem to be pretty consistent on my developer workstation. I don't think it has anything to do with the server I am trying to deploy to. VS seeming to have some sort of a memory leak and it thinks it is out of memory. I end up just rebooting my machine and go back to redo what I had just done and it will save. I find myself saving more often than other development I do. This way I know that if I just completed a task that was complicated I will know if I was able to save the work before moving forward.

I wonder if it is with the XML parser, as the files for the model are just XML really. My file is over 25 MB.


这篇关于Visual Studio错误:无法完成操作。没有足够的存储空间来完成此操作。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆