When i add watin reference to solution, i can write code, i'm able to see IE class intance methods but when start debugging, it says
The type or namespace name 'WatiN' could not be found (are you missing a using directive or an assembly reference?)
Then i see nothing about instance methods although " using WatiN.Core; " statements.
i tried both console, winforms and WPF app but the same things happens. Any comments?