Monday 23 August 2010

Drawing the line

Seeing as I don't have time to do any actual coding, I figured I would attempt to debug the exploding visual studio problem. The problem occurred with some code that was simply trying to draw lines. Once this bit of code is run once, visual studio cannot seem to recover even after several computer restarts. I did however manage to fix get visual studio working properly again by removing the entire form that contained the fragment of code. Once removed I could then re-add it to the project (I made a backup of course) remove the buggy code and run the program again normally.

This means that when I get the time, I can continue where I left off. Yayyyy!

No comments:

Post a Comment