I am using Win 7 64bit edition and I’m working on a C# project. This project has a big database (1,85gb) which makes it a large project. When I am trying to create an installer for this project, while building, it gives me an “OutOfMemory” exception. The problem is probably about the memory available for a process which is 2 GB in windows. So what should I do to fix this problem?
Share
For Win 7 64-bit,
*Take a backup of devenv.exe, then do the following steps,
Open the Visual Studio command prompt and navigate to C:\Program Files\Microsoft Visual Studio 9\Common7\IDE.
Then execute, editbin /LARGEADDRESSAWARE devenv.exe.
To solve this problem in VS2010, read the post VS 2010 IDE 2GB limit. Hope this helps