我怎样才能阻止 VS 给我几种类型的“System.OutofmemoryException”?错误?

发布于 2024-12-02 07:02:49 字数 410 浏览 1 评论 0原文

因此,我已经安装了 Visual Studio 2010,并且正在开发一个 Silverlight 4 项目。最近,我亲爱的 VS 开始随机地不构建,因为出现内存不足错误。 我遇到过几种类型的错误:

  • 著名的“xap 打包失败”、
  • 简单的 System.OutofmemoryException
  • 等。

我一直在寻找的答案(如果可以这么称呼的话)是:重新启动 Visual Studio,一切就OK了!好吧...当我每天必须重新启动 VS 大约 10 或 15 次时,你可以看到这在哪里会很麻烦吧?

有谁知道解决方案吗?我可以尝试重新安装整个交易(VS、Silverlight Runtime 等),但如果有更简单的解决方案,那就更好了。

提前致谢!

So, I've got Visual Studio 2010 and am working on a Silverlight 4 project. Recently, my dear VS started to, randomly by the way, not build due do an out of memory error.
I've had several types of errors:

  • the famous "xap packaging failed"
  • a simple System.OutofmemoryException
  • etc

The answers, if one can call them so, that I keep finding are: restart your Visual Studio and it's all ok! Well... when I have to restart VS about 10 or 15 times a day, you can see where this can be troublesome right?

Does anyone know of a solution? I could try reinstalling the whole deal (VS, Silverlight Runtime, etc) but it would be preferable if there was an easier solution to this.

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水中月 2024-12-09 07:02:49

尝试

  1. “iisreset”
  2. 清理路径“C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files”中的临时文件

Try,

  1. "iisreset"
    or
  2. Clean the temp files in the path "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文