How can I stop VS from giving me several types of errors "System.OutofmemoryException"?

So, I have Visual Studio 2010 and I'm working on a Silverlight 4 project. Recently, my dear VS started, by the way, by the way, not building due to a memory error. I had several types of errors:

  • the famous xap package failed
  • simple exception System.OutofmemoryException
  • etc.

The answers, if you can call them that, I continue to find: restart your Visual Studio, and everything is fine! Well ... when I need to restart the sun about 10 or 15 times a day, you can see where it can be unpleasant right?

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

Thanks in advance!

+4
source share
1 answer

Try

  • "IISReset" or
  • Clear the temporary files in the path "C: \ WINDOWS \ Microsoft.NET \ Framework \ v4.0.30319 \ ASP.NET Temporary Files"
+1
source

All Articles