Without seeing your code that fails, not much anyone can do to help. Your error refers to an assembly failing to load properly. This could due to you using the Assembly namespace and trying to invoke something like Assembly.Load, Assembly.LoadFrom, etc. Without code, not much anyone can do but tell you to make sure you are properly calling the functions that are being used to load the assembly that is failing.