Greetings!
First of all, sorry about the less-than-helpful error message. In the next release of ClearScript the exception will include detailed information about the directories searched and the errors encountered.
Anyway, it sounds like you have most things set up correctly. Please make sure that those assemblies are marked as "Do not copy" and that your bin directory does not contain copies of them.
The only other problems we've seen in deployments like this were all due to permissions. The assemblies were in the right place but the application pool identity couldn't access them. If you're still seeing the exception, can you try running your application under a less restricted identity?
Good luck!
First of all, sorry about the less-than-helpful error message. In the next release of ClearScript the exception will include detailed information about the directories searched and the errors encountered.
Anyway, it sounds like you have most things set up correctly. Please make sure that those assemblies are marked as "Do not copy" and that your bin directory does not contain copies of them.
The only other problems we've seen in deployments like this were all due to permissions. The assemblies were in the right place but the application pool identity couldn't access them. If you're still seeing the exception, can you try running your application under a less restricted identity?
Good luck!