I've recently had to rebuild my PC as a result of which I've also had to reinstall Visual Studio 2008. I'm now having problems importing dlls in to my projects. Working in a C# workflow project I add a reference to a dll that I know to be working fine on another PC. However, when I attempt to include the dll in any of my classes (ie; "using Dll.Name.Whatever;") I get no intelisense related to it. If I try to view the referenced dll in the object browser it does not appear. Can anyone suggest what I could be missing? -Pete