2

While I'm working with Visual Studio 2010 out of memory exception is thrown if I try to copy or cut any code.

So I cant copy any lines any more until restart it.

Any ideas of why is this happening and how to solve it?

casperOne
  • 73,706
  • 19
  • 184
  • 253
Maged Samaan
  • 1,742
  • 2
  • 19
  • 39

3 Answers3

12

There's a hotfix for it, but the simplest solution is to install VS2010 SP1 which fixes that amongst other things.

MarcE
  • 3,586
  • 1
  • 23
  • 27
8

That is a bug and MS already provided a patch.

Edit:

In the same time we can call it a feature because it disallows common programming patterns:

  • Copy & paste development
  • Copy & paste inheritance

Just joke ...

Ladislav Mrnka
  • 360,892
  • 59
  • 660
  • 670
0

There's a fix for your woes :)

Barry
  • 2,053
  • 3
  • 17
  • 28