When I add a dll to my project in Visual Studio 2010 and then try to run my program, my reference is lost and I get the following error
Error 2 The type or namespace name 'xxx' could not be found (are you missing a using directive or an assembly reference?)
have you any ideas?