Has anyone else had problems with memory leaks in Visual Studio. I have to restart every 4 hours because devenv is using all of my memory. Some of collegues have to restart every 15 minutes !!
what version? I have vs.net 2003 ea here at work, and I have (had) vs.net 2002 education version & ea, vs.net2k3 pro & ea at home, and I've never had that problem with any of them.
VS.NET 2003 Enterprise Edition. It does in on clean Win2K, XP Pro and 2003 machines. In addition to C# I develop Biztalk 2004 apps which makes the memory leak a whole lot worse
I've never had a problem. Routinely, I have 2 or 3 devEnvs open, and never had a memory problem. Also running the 2003 emulator (handheld). We're working with some pretty heavy stuff, too, but no one on my team has had problems. Good luck!
Is the application you're working on using any sort of unmanaged resources that might not be getting released when you compile it in VS.NET? That's the only thing I can think of.
1 answers
what version?
I have vs.net 2003 ea here at work, and I have (had) vs.net 2002 education version & ea, vs.net2k3 pro & ea at home, and I've never had that problem with any of them.
answered 2 years ago by:
2309
VS.NET 2003 Enterprise Edition.
It does in on clean Win2K, XP Pro and 2003 machines.
In addition to C# I develop Biztalk 2004 apps which makes the memory leak a whole lot worse
answered 2 years ago by:
0
I've never had a problem. Routinely, I have 2 or 3 devEnvs open, and never had a memory problem. Also running the 2003 emulator (handheld). We're working with some pretty heavy stuff, too, but no one on my team has had problems.
Good luck!
answered 2 years ago by:
0
Is the application you're working on using any sort of unmanaged resources that might not be getting released when you compile it in VS.NET? That's the only thing I can think of.
answered 2 years ago by:
0
Maybe it's a case of dodgy memory...
answered 2 years ago by:
0
This post was imported from csharpfriends, if you have a similiar question please ask it again.
All previous members have been migrated, hope you enjoy the new platform!