Metadata file could not be opened on VS 2010
I am using R# 6 with VS 2010. Every 5 or so builds I must shut down VS due to:
Metadata file '[name].dll' could not be opened -- 'Not enough storage is available to process this command.
On a StackOverflow question the accepted answer was:
http://confluence.jetbrains.net/display/ReSharper/OutOfMemoryException+Fix
But there is no fix for VS 2010. Anyone know what I can do to fix this in VS 2010?
Please sign in to leave a comment.
Hello Tim,
What's the exact version of ReSharper? How big is your solution (how many
projects and types are there)? How big are the managed memory usage reported
by ReSharper (turn on 'Show managed memory usage in status bar' under ReSharper
| Options | General) and the memory footprint of Visual Studio (through Task
Manager)? Could you please also tell us more information about your environment:
the version of OS, is it 32-bit or 64-bit, the amount of installed RAM etc?
Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Andrey,
Version: 6.0.2102.59
Projects count: 10 (1 console, 1 web/mvc, 2 testing, 6 library)
Memory:125Mb - 145Mb
Environment: Windows XP 32bit running under VMWare Fusion VM with 4Gb of RAM and 4 processors allocated. Host is Snow Leopard, 8Gb RAM
FWIW, the error always complains about the same DLL (WkHtmlToXSharp.dll) which is rather large (43Mb).
Thanks,
Tim
Update: I just built and got the problem again, and the memory at that time showed 368Mb.