“Cannot obtain value of local or argument” “as it is not available at this instruction pointer, possibly because it has been optimized away.”

Thursday, May 8th, 2008

Welcome in the weird world of C#! Sometimes you say: "Programming is simply, if you know how things work then you can debug or fix every problems!". But when something not understandable happens, well... you just have your eyes to cry! In my case I was doing a small part of ...

ContextMenu and TreeView in C#

Friday, March 28th, 2008

Since a lot of time, I had a problem with the ContextMenuStrip on my application: when a user did a right-click on a node in one of my tree without having selected with left-click first, the node meant to be selected was not! To fix that, just add this code on ...

Visual Studio 2005 and ClearCase

Thursday, March 20th, 2008

ClearCase is one of the references when you deal about configuration management. It allows to manage a project's life cycle, control changes on this project, proposes version and workspace management and of course, allows team development (multi-site). ClearCase works with what it calls Vobs(Versioned Object Base) ...