I have just started to receive the following error when running my WatIn tests.
System.IO.FileNotFoundException : Could not load file or assembly \'
If you are using the Visual Studio TestTools you should set the DeploymentAttribute to solve this Problem.
Example:
[DeploymentItem( @"your_path\Interop.SHDocVw.dll" )] public class WatinTestSuite { ... }