| Subject: Workflow Persistence error |
| Group: microsoft.public.windows.developer.winfx.fundamentals |
| Date: 8/3/2007 6:42:25 AM |
| From: modi [Email Address Protection] |
hi, I am learning WF. While i try to persist workflows by configuring in app.config. It gives me a error An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll Additional information: Could not load file or assembly 'System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral' or one of its dependencies. The system cannot find the file specified. but If i place the required dll's in the debug directory in the project it works fine...I know its trying to reference from this directory. But when i just configure the persistence within the code....it works fine even if the referenced assemblies are not present in the debug directory. wanted to know what might be the cause. Do i need to configure anything else?? regards modi |
| Back |