New (similar) problem

I can reference the FMOD namespace in my project, and use it's classes & methods without any apparent error in C# express. However, I get a "the namespace FMOD could not be found" console error when the mission runs. I tried to add a reference to fmodex in the c# project but that "could not be added". Help!
code removed by author
UPDATE: Fmod is unmanaged C++ and thus can't be referenced directly into .Net. You have to use the FMOD wrapper. Now I'm looking for the wrapper.
UPDATE: Found the wrapper, imported the cs files into my project, but now there is an 'incompatible' error between FMOD for CLOD & the fmodex classes in the wrapper
Is there a way to reference FMOD in C# express projects?