Hi,
I have posted the same query in the WF group too. Thought I'll post the same here.
We have an existing application which has some WorkFlow Data.
We need to migrate this data using SSIS.
Now the problem here is that we have our Workflow facade class which inturn calls the WorkFlow Runtime.
We have created the methods which will create the new WorkFlows.
TO add this DLL in our SCript Component Reference, we added a strong name to my Facade.dll and deployed it to GAC. The system.WorkFlow DLL's are also present there.
Everytime I run this Package, I get the following error "System.IO.FileNotFoundException: Could not load assembly...".
What am I missing
Thanks
Soni