Visual Studio Shortcuts

This is an ongoing list of shortcuts used in Visual Studio 2005. Go To Definition: Ctrl + F12 Go to line number: Ctrl + G To comment a block of code: Ctrl + E + C To uncomment a block of code: Ctrl + E + U

June 17, 2008 · 1 min · 47 words · kenno

"The Binding Handle Is Invalid" error in Visual Studio 2005

Tonight is the first time I began to code a small program in C# again since my graduation in April ‘06. It’s just because I was away from Windows PC, and it’s not easy do a GUI application with Mono on Mac. So it’s not that I hate C# or anything. Anyway, I just installed Visual Studio .Net 2005 Profession edition (non-commercial use) on my home PC, and I encountered a never-seen-before (to me at least) error straight away when I tried to debug/build the program. Well, google search pointed me to a solution to this problem. ...

June 25, 2006 · 1 min · 202 words · kenno