[quote user="Stephen Styrchak"]Assuming this is a Windows game, if the CLR can't resolve your assembly, you can try resolving it yourself.
http://msdn.microsoft.com/en-us/library/system.appdomain.assemblyresolve.aspx
Or, for this particular case, resolving the type yourself might be ...