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 开发者_JAVA技巧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!
Try,
- "iisreset" or
- Clean the temp files in the path "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files"
精彩评论