I want to use a couple of 3rd. party assemblies in a custom workflow. The custom workflow compiles fine as well as the plugin registration. However, when I call it I get an error about an assembly not found. The assembly it complains about is a 3rd. party assembly that I use along with my code. ILMerge is not an option because that also throws an exception. I have tried to copy the offending assembly directly onto the bin directory of the CRM installation (CRM 2011 Installation\wwwroot\bin) and the bin for the actual CRM IIS application (\Program Files\Microsoft Dynamics CRM\CRMWeb\bin) to no avail.
Has anybody run into this?