views:

111

answers:

0

I am facing a strange issue. I had a console application project with some referenced dlls and it was working fine. Now i am trying to convert that project into a workflow based project. I created a sequential workflow console application project. Now when I add reference of same set of dlls which were reffered in the console application project and try to build it (before writing any code which uses that dlls) I get this error

Error 1 XC1020: Build error occurred in the XAML MSBuild task: 'Could not load file or assembly 'assembly name' or one of its dependencies. The specified module could not be found.'