I've installed VWD to a brand new Vista machine. I've installed SP1 for VWD and installed the Vista service pack for Visual Studio Express. I've set VWD to run as an administrator.
All appears fine until I try to use a dll in the bin directory.
The dll appears in the solution explorer and I can even use the object inspector to look at the classes available and the methods etc.
But if I try to reference the classes/namespaces in the code, they just aren't there. They don't appear in auto complete and building the solution gives a compile time error stating that the namespaces/classes can't be found. I've tried using "Add reference" to add the dll to the project, but have had no success.
The exact same code and dlls work fine under XP.
I've even tried setting the application compatibility to "XP service pack 2" but it has made no difference.
Can anyone tell me if I've missed something really obvious?
Thanks.
crashby