the_naive
the_naive

Reputation: 3064

"Undo" operation in Visual studio 2010 making a mess out of code?

My Visual Studio has been causing problems with "undo" of late, to a disastrous effect.

The pattern is such that

This problem doesn't consistantly occur, but from time to time it happens suddenly.

I do C++ programming in Visual Studio. I don't know if it's any problem with the version.

What can cause this behavior in Visual Studio 2010, and how can I fix it?

Upvotes: 2

Views: 307

Answers (1)

dnozay
dnozay

Reputation: 24304

Please post your issue in https://connect.microsoft.com/VisualStudio/Feedback ; as a more specialized audience may be able to help you.

As pointed out in the comments:

  • It is closed-source, nobody can really go and debug the code for you.
  • Your version is some years old, and problem may have been fixed in recent versions.
  • There is a visual studio service pack 1 that you may need to install

If your issue isn't resolved by patching or upgrading your version, please consider posting your issue to https://connect.microsoft.com/VisualStudio/Feedback or changing your editor.

Upvotes: 1

Related Questions