0
votes

I have a very simple workflow that is just trying to send an email with the task title, but I can't get it to run. I always get a "failed to start" error. The logs report back that "Load Workflow Assembly: System.IO.FileNotFoundException: Could not load file or assembly" for my dll. I did load it into the gac using the gacutil.exe command with a new strong name key. I'm guessing it's just something simple that I'm missing, can anyone point me in the right direction?

1

1 Answers

0
votes

You say "new strong name key", could it be that you are refering to the dll with the old key?

EDIT

As colin says below, check the sharepoint web.config for reference to the strong name key.