Error when opening designer view in VS2005
I'm having a hard time trying to create a custom workflow for Sharepoint Server 2007 using Visual Studio 2005. I've installed the Sharepoint Server SDK as well as Visual Studio Extensions for Windows Workflow Foundation. When I create a new Sharepoint Sequential Workflow project, first problem I get is that the references to the Sharepoint DLL are not ok (exclamation marks in reference branch). So I copy those DLL files from my sharepoint server (I'm developping on a separate xp station) to my station and redo the references to the project. Then I'm able to build the project without problem.
However, when I try to open the Designer view, I get the following error :
Could not load file or assembly 'Microsoft.SharePoint.WorkflowActions.intl', Version=12.0.0.0,Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.
I referenced Microsoft.Sharepoint.WorkflowActions to my project...
Anyone got this error? How do I fix this? Do I miss a reference to something?
Thanks in advance!

